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

15 lines
480 B
Ruby

cask 'ableton-live-suite' do
version '9.7.2'
sha256 '97e39459296f01f5eeec7f41490abaefd269d61417a7317eaa8e6ac81985e236'
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_64.dmg"
name 'Ableton Live Suite'
homepage 'https://www.ableton.com/en/live/'
app "Ableton Live #{version[0]} Suite.app"
zap delete: '~/Library/*/*[Aa]bleton*',
rmdir: '~/Music/Ableton/Factory Packs'
#:trash => '~/Music/Ableton/User Library'
end