Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / a / ableton-live-intro@11.rb
blob96e169be030db689dab5ade68e6351f099345993
1 cask "ableton-live-intro@11" do
2   version "11.3.35"
3   sha256 "5e43565fd81f8746d913810c99e77e76a356c3cfe0744372d2a320647d2c4d81"
5   url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_intro_#{version}_universal.dmg"
6   name "Ableton Live Intro"
7   desc "Sound and music editor"
8   homepage "https://www.ableton.com/en/live/"
10   livecheck do
11     cask "ableton-live-suite@11"
12   end
14   auto_updates true
15   depends_on macos: ">= :high_sierra"
17   app "Ableton Live #{version.major} Intro.app"
19   uninstall quit: "com.ableton.live"
21   zap trash: [
22     "~/Library/Application Support/Ableton",
23     "~/Library/Application Support/CrashReporter/Ableton *_*.plist",
24     "~/Library/Application Support/CrashReporter/Live_*.plist",
25     "~/Library/Caches/Ableton",
26     "~/Library/Preferences/Ableton",
27     "~/Library/Preferences/com.ableton.live.plist*",
28     "~/Music/Ableton",
29   ]
30 end