You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
488 B
14 lines
488 B
cask 'ableton-live-standard' do
|
|
version '9.5'
|
|
sha256 '5935fae913d2759e474f3c606ca247d90af419a4c24903de3f2f91f7959c3abe'
|
|
|
|
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_standard_#{version}_64.dmg"
|
|
name 'Ableton Live Standard'
|
|
homepage 'https://ableton.com/en/live'
|
|
|
|
app "Ableton Live #{version.major} Standard.app"
|
|
|
|
zap delete: '~/Library/*/*[Aa]bleton*',
|
|
rmdir: '~/Music/Ableton/Factory Packs'
|
|
#:trash => '~/Music/Ableton/User Library'
|
|
end
|
|
|