excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / ableton-live-standard.rb
blobdaee61f955565cb9f2e97c043a9b5dd5d1e13b5c
1 cask "ableton-live-standard" do
2   version "12.1.1"
3   sha256 "16fbf3c8e262dbb7eac03ea3c11199310869508e3fd571c0437077ea2e17ffac"
5   url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_standard_#{version}_universal.dmg"
6   name "Ableton Live Standard"
7   desc "Sound and music editor"
8   homepage "https://www.ableton.com/en/live/"
10   livecheck do
11     cask "ableton-live-suite"
12   end
14   auto_updates true
15   depends_on macos: ">= :big_sur"
17   app "Ableton Live #{version.major} Standard.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