homebrew-cask/Casks/ableton-live-intro.rb

26 lines
934 B
Ruby

cask 'ableton-live-intro' do
version '10.1.5'
sha256 '23e84e3acc068d206e5fc93dd2409aed1225f1d3ba7270ae1aea0181891dbadc'
url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_intro_#{version}_64.dmg"
appcast "https://www.ableton.com/en/release-notes/live-#{version.major}/"
name 'Ableton Live Intro'
homepage 'https://www.ableton.com/en/live/'
depends_on macos: '>= :el_capitan'
app "Ableton Live #{version.major} Intro.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