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

22 lines
728 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ableton-live-suite' do
2015-11-08 00:12:49 +08:00
version '9.5'
if Hardware::CPU.is_32_bit?
2015-11-08 00:12:49 +08:00
sha256 '229e421cebd84673a351196d66e6bc92b336b58f5459979e4a6f1741f93d2891'
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_32.dmg"
else
2015-11-08 00:12:49 +08:00
sha256 'c3fc7fbd79fb30a6d4f2b924f2c1015438d686c2fb3f2bf23f362dfd4244f072'
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_64.dmg"
end
name 'Ableton Live Suite'
homepage 'https://ableton.com/en/live'
license :commercial
app "Ableton Live #{version[0]} Suite.app"
zap :delete => '~/Library/*/*[Aa]bleton*',
:rmdir => '~/Music/Ableton/Factory Packs'
#:trash => '~/Music/Ableton/User Library'
end