homebrew-cask/Casks/beatunes.rb

20 lines
570 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beatunes' do
2018-10-09 22:04:13 +08:00
version '5.1.10'
sha256 '837e3fb9ed566f45ce5ee9aedf240d30d3144260459f1d89f66b425ba19e448b'
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