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-03-25 08:03:06 +08:00
version '4.6.13'
sha256 '66cccc073716efeddcc84b37f83bcdbdb27c5f01ee94b3d89c55acaf6d71dfba'
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