|
|
@ -1,11 +1,11 @@ |
|
|
|
cask 'ableton-live-suite' do |
|
|
|
version '9.5' |
|
|
|
version '9.6' |
|
|
|
|
|
|
|
if Hardware::CPU.is_32_bit? |
|
|
|
sha256 '229e421cebd84673a351196d66e6bc92b336b58f5459979e4a6f1741f93d2891' |
|
|
|
sha256 '48e29692b5e04b6f141cdcc71a7d9070d5c67bae7ee35c12f22d204c67204aac' |
|
|
|
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_32.dmg" |
|
|
|
else |
|
|
|
sha256 'c3fc7fbd79fb30a6d4f2b924f2c1015438d686c2fb3f2bf23f362dfd4244f072' |
|
|
|
sha256 'eb1c8991561059c2a1724996dc5b1f744762be002f676703905f432331071dac' |
|
|
|
url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_64.dmg" |
|
|
|
end |
|
|
|
|
|
|
|