homebrew-cask/Casks/beatunes.rb

20 lines
569 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beatunes' do
2018-08-29 02:21:55 +08:00
version '5.1.9'
sha256 'fd092d55fde8c54d021de68d2498ad358aa2ebfcc254deedf47dabc9ad1b2910'
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
2017-11-18 17:38:07 +08:00
zap trash: [
'~/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