homebrew-cask/Casks/ableton-live.rb

26 lines
922 B
Ruby

cask 'ableton-live' do
version '10.1.9'
sha256 '735183884017fc9b86b39042cf0f7efdce53e6de7bcbc6188613137933790231'
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'
homepage 'https://www.ableton.com/en/live/'
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