homebrew-cask/Casks/beatunes.rb

20 lines
651 B
Ruby

cask 'beatunes' do
version '5.1.14'
sha256 '8730bf046dc144c90447781186161efbb8c07ea6fd9affcc3e4e500f13f4e527'
url "http://coxy.beatunes.com/download/beaTunes-#{version.dots_to_hyphens}.dmg"
appcast 'https://www.beatunes.com/en/beatunes-download.html',
configuration: version.dots_to_hyphens
name 'beaTunes'
homepage 'https://www.beatunes.com/'
app "beaTunes#{version.major}.app"
zap trash: [
'~/Library/Application Support/beaTunes',
'~/Library/Caches/beaTunes',
'~/Library/Logs/beaTunes',
'~/Library/Preferences/com.tagtraum.beatunes.plist',
]
end