homebrew-cask/Casks/lastfm.rb

11 lines
214 B
Ruby
Raw Normal View History

class Lastfm < Cask
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-09-16 00:05:50 +08:00
app 'Last.fm.app'
end