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-beta' do
|
|
version '9.7b4'
|
|
sha256 '5bc6d02891df5702af956f29efab70223fd5ca92a3746b96d84bc1abd8cd8ac0'
|
|
|
|
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_beta_#{version.no_dots}_64.dmg"
|
|
name 'Ableton Live Beta'
|
|
homepage 'https://ableton.com/en/live'
|
|
|
|
app "Ableton Live #{version.major_minor} Beta.app"
|
|
|
|
zap delete: '~/Library/*/*[Aa]bleton*',
|
|
rmdir: '~/Music/Ableton/Factory Packs'
|
|
#:trash => '~/Music/Ableton/User Library'
|
|
end
|
|
|