homebrew-cask/Casks/lastfm.rb

21 lines
660 B
Ruby

cask 'lastfm' do
version '2.1.39'
sha256 '0b86111e68c3e54edd68e1a00a4390e3b13d10f6166161619cc8cadcfd053eba'
url "https://cdn.last.fm/client/Mac/Last.fm-#{version}.zip"
appcast 'https://cdn.last.fm/client/Mac/updates.xml'
name 'Last.fm Scrobbler'
homepage 'https://www.last.fm/'
app 'Last.fm.app'
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