From 5494372cb6bc8ad429a42b0188ab523a923fe466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 9 Jan 2016 13:01:48 +0000 Subject: [PATCH] Create ableton-live-suite.rb --- Casks/ableton-live-suite.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Casks/ableton-live-suite.rb diff --git a/Casks/ableton-live-suite.rb b/Casks/ableton-live-suite.rb new file mode 100644 index 000000000..982d5c752 --- /dev/null +++ b/Casks/ableton-live-suite.rb @@ -0,0 +1,21 @@ +cask 'ableton-live-suite' do + version '9.5' + + if Hardware::CPU.is_32_bit? + sha256 '229e421cebd84673a351196d66e6bc92b336b58f5459979e4a6f1741f93d2891' + url "http://cdn2-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_32.dmg" + else + 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