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

15 lines
512 B
Ruby

cask 'ableton-live-suite' do
version '10.1'
sha256 '063583b61c5ccd925a241a37bd52bee7406d704f642880b883cd36de6a762d10'
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