homebrew-cask/Casks/lastfm.rb

12 lines
285 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'lastfm' do
2014-09-17 19:42:50 +08:00
version :latest
sha256 :no_check
url 'http://www.lastfm.de/download/mac'
2014-05-14 21:40:01 +08:00
appcast 'http://cdn.last.fm/client/Mac/updates.xml'
homepage 'http://www.lastfm.com'
2014-12-10 21:49:54 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-16 00:05:50 +08:00
app 'Last.fm.app'
end