homebrew-cask/Casks/lastfm.rb

14 lines
518 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lastfm' do
2015-01-18 08:42:51 +08:00
version '2.1.36'
sha256 'd61d4947117080998937c0d63148caf693f1bed5ec768d86feeb3a86f84d1ff9'
2015-01-18 08:42:51 +08:00
url "http://cdn.last.fm/client/Mac/Last.fm-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'http://cdn.last.fm/client/Mac/updates.xml',
:sha256 => '5ce3a6697f1c24a83e632ad5d9d00e4a5613d3ba713d0bec58531feb0bf75dd3'
2015-01-30 03:38:22 +08:00
name 'Last.fm Scrobbler'
2015-01-18 08:42:51 +08:00
homepage 'http://www.last.fm/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:50 +08:00
app 'Last.fm.app'
end