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

15 lines
525 B
Ruby

cask 'ableton-live-standard' do
version '10.0.3'
sha256 '4d14b7139582a7c63e85a42bddd1eec04de03c8cb122f9ab6d37daf6e2e06978'
url "http://cdn-downloads.ableton.com/channels/#{version}/ableton_live_standard_#{version}_64.dmg"
appcast "https://www.ableton.com/en/release-notes/live-#{version.major}/"
name 'Ableton Live Standard'
homepage 'https://www.ableton.com/en/live/'
app "Ableton Live #{version.major} Standard.app"
zap trash: '~/Library/*/*[Aa]bleton*',
rmdir: '~/Music/Ableton/Factory Packs'
end