mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
383 B
Ruby
10 lines
383 B
Ruby
cask :v1 => 'itunesscrobbler' do
|
|
version '0.6.0'
|
|
sha256 '01dcacb1738e824d853dab7825cee88b017f47a65f8e22fdbd7bf762802cc893'
|
|
|
|
url "http://www.easyclasspage.de/lastfm/files/iTunesScrobbler_#{version.gsub('.','')}.zip"
|
|
homepage 'http://www.easyclasspage.de/lastfm/seite-19.html'
|
|
license :unknown # todo: improve this machine-generated value
|
|
|
|
app 'iTunesScrobbler.app'
|
|
end
|