homebrew-cask/Casks/ableton-live.rb

28 lines
887 B
Ruby

cask "ableton-live" do
version "10.1.30"
sha256 "4b3f6d3a74252f6a7e30871e56b43b7879c3e496e73a7b41d3de46b0d5a41e82"
url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_trial_#{version}_64.dmg"
appcast "https://www.ableton.com/en/release-notes/live-#{version.major}/"
name "Ableton Live"
desc "Sound and music editor"
homepage "https://www.ableton.com/en/live/"
auto_updates true
depends_on macos: ">= :el_capitan"
app "Ableton Live #{version.major} Trial.app"
uninstall quit: "com.ableton.live"
zap trash: [
"~/Library/Application Support/CrashReporter/Ableton *_*.plist",
"~/Library/Application Support/CrashReporter/Live_*.plist",
"~/Library/Application Support/Ableton",
"~/Library/Caches/Ableton",
"~/Library/Preferences/Ableton",
"~/Library/Preferences/com.ableton.live.plist*",
"~/Music/Ableton",
]
end