homebrew-cask/Casks/beatunes.rb

20 lines
569 B
Ruby

cask 'beatunes' do
version '5.1.9'
sha256 'fd092d55fde8c54d021de68d2498ad358aa2ebfcc254deedf47dabc9ad1b2910'
url "http://coxy.beatunes.com/download/beaTunes-#{version.dots_to_hyphens}.dmg"
name 'beaTunes'
homepage 'https://www.beatunes.com/'
depends_on macos: '>= :lion'
app "beaTunes#{version.major}.app"
zap trash: [
'~/Library/Application Support/beaTunes',
'~/Library/Caches/beaTunes',
'~/Library/Logs/beaTunes',
'~/Library/Preferences/com.tagtraum.beatunes.plist',
]
end