homebrew-cask/Casks/lastfm.rb

22 lines
750 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lastfm' do
2016-03-31 04:30:17 +08:00
version '2.1.37'
sha256 'dc46e58111f8555fc0b1d6d2bd11e8fd4e4c45c6c7e953d106e07be8d6d8b448'
url "https://cdn.last.fm/client/Mac/Last.fm-#{version}.zip"
appcast 'https://cdn.last.fm/client/Mac/updates.xml',
2016-03-31 04:30:17 +08:00
checkpoint: '7a9b0239c6af0128a3eff20c46c3893cee1f3a57786f6c2fca8a8df8e8993280'
2015-01-30 03:38:22 +08:00
name 'Last.fm Scrobbler'
2017-02-26 07:37:01 +08:00
homepage 'https://www.last.fm/'
2014-09-16 00:05:50 +08:00
app 'Last.fm.app'
2017-02-19 08:55:31 +08:00
2017-11-18 18:26:11 +08:00
zap trash: [
'~/Library/Application Support/CrashReporter/Last.fm*',
'~/Library/Application Support/Last.fm',
'~/Library/Caches/fm.last.Scrobbler',
'~/Library/Caches/Last.fm',
'~/Library/Logs/Last.fm',
'~/Library/Preferences/fm.last*',
]
end