homebrew-cask/Casks/a/ableton-live-standard.rb

31 lines
895 B
Ruby

cask "ableton-live-standard" do
version "11.3.10"
sha256 "4cc884dee229b81a5b0852feba7974b113e3bdce7c7d2c88f81b22a1dafb4a4f"
url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_standard_#{version}_universal.dmg"
name "Ableton Live Standard"
desc "Sound and music editor"
homepage "https://www.ableton.com/en/live/"
livecheck do
cask "ableton-live-suite"
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Ableton Live #{version.major} Standard.app"
uninstall quit: "com.ableton.live"
zap trash: [
"~/Library/Application Support/Ableton",
"~/Library/Application Support/CrashReporter/Ableton *_*.plist",
"~/Library/Application Support/CrashReporter/Live_*.plist",
"~/Library/Caches/Ableton",
"~/Library/Preferences/Ableton",
"~/Library/Preferences/com.ableton.live.plist*",
"~/Music/Ableton",
]
end