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

15 lines
512 B
Ruby

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