Browse Source

Ableton Live Suite 9.6.1 (#1930)

master
Yutaro Horikawa 9 years ago
committed by Michael Ford
parent
commit
26ab1d5a4d
  1. 6
      Casks/ableton-live-suite.rb

6
Casks/ableton-live-suite.rb

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

Loading…
Cancel
Save