homebrew-cask/Casks/grooveshark.rb

13 lines
362 B
Ruby

cask :v1 => 'grooveshark' do
version :latest
sha256 :no_check
url 'http://adops-fio.grooveshark.com/desktop-app/downloads/grooveshark.zip'
homepage 'http://www.grooveshark.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Grooveshark.app'
depends_on :cask => 'flash'
end