homebrew-cask/Casks/grooveshark.rb

14 lines
340 B
Ruby

class Grooveshark < Cask
version :latest
sha256 :no_check
url 'http://adops-fio.grooveshark.com/desktop-app/downloads/grooveshark.zip'
homepage 'http://www.grooveshark.com'
app 'Grooveshark.app'
caveats <<-EOS.undent
Grooveshark requires Adobe Flash. Flash can be installed via:
brew cask install flash
EOS
end