homebrew-cask/Casks/ableton-live.rb

15 lines
464 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ableton-live' do
2015-08-14 09:52:47 +08:00
version '9.2.1'
2016-09-30 00:04:06 +08:00
sha256 '30599a21a857be855e687e3d5a162cefb84ff98491bc2757d0580e811114295e'
2015-06-30 03:38:46 +08:00
2016-09-30 00:04:06 +08:00
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_trial_#{version}_64.dmg"
name 'Ableton Live'
2015-06-29 14:32:18 +08:00
homepage 'https://ableton.com/en/live'
app "Ableton Live #{version.major} Trial.app"
zap delete: '~/Library/*/*[Aa]bleton*',
rmdir: '~/Music/Ableton/Factory Packs'
# trash: '~/Music/Ableton/User Library'
end