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

15 lines
514 B
Ruby

cask 'ableton-live-suite' do
version '10.0.5'
sha256 'f46fb7f402f1c5e5407e0f5cd8c893d6bc0ece172d4847ebdef23a72dc78ac05'
url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_64.dmg"
appcast "https://www.ableton.com/en/release-notes/live-#{version.major}/"
name 'Ableton Live Suite'
homepage 'https://www.ableton.com/en/live/'
app "Ableton Live #{version.major} Suite.app"
zap trash: '~/Library/*/*[Aa]bleton*',
rmdir: '~/Music/Ableton/Factory Packs'
end