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

15 lines
524 B
Ruby

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