homebrew-cask/Casks/lastfm.rb

12 lines
334 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'
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