excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / ableton-live-lite@11.rb
blob6038096f8b156d27244b7f70a0ad375205d21bc2
1 cask "ableton-live-lite@11" do
2   version "11.3.35"
3   sha256 "72d8f899d18baafbd2d7ff8072787153bfb2d09861206ba8ea8c0bfaca6ac13c"
5   url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_lite_#{version}_universal.dmg"
6   name "Ableton Live Lite"
7   desc "Sound and music editor"
8   homepage "https://www.ableton.com/en/products/live-lite/"
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} Lite.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