homebrew-cask/Casks/beatunes.rb

20 lines
576 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beatunes' do
2017-04-25 07:35:53 +08:00
version '4.6.14'
sha256 'fbff3b6b138194604915b098d6032e4a757a19437130f4fd7cc5e546f75c08d1'
2015-06-27 16:53:28 +08:00
2016-05-10 07:33:04 +08:00
url "http://coxy.beatunes.com/download/beaTunes-#{version.dots_to_hyphens}.dmg"
2015-06-27 16:53:28 +08:00
name 'beaTunes'
homepage 'https://www.beatunes.com/'
2015-06-27 16:53:28 +08:00
depends_on macos: '>= :lion'
2015-07-02 14:50:46 +08:00
2016-05-10 07:33:04 +08:00
app "beaTunes#{version.major}.app"
2017-01-14 12:41:54 +08:00
zap delete: [
'~/Library/Application Support/beaTunes',
'~/Library/Caches/beaTunes',
'~/Library/Logs/beaTunes',
'~/Library/Preferences/com.tagtraum.beatunes.plist',
]
2015-06-27 16:53:28 +08:00
end