homebrew-cask/Casks/lastfm.rb

14 lines
464 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => '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"
2014-05-14 21:40:01 +08:00
appcast 'http://cdn.last.fm/client/Mac/updates.xml'
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
2015-01-30 03:38:22 +08:00
tags :vendor => 'Last.fm'
2014-09-16 00:05:50 +08:00
app 'Last.fm.app'
end