homebrew-cask/Casks/grooveshark.rb

16 lines
344 B
Ruby
Raw Normal View History

2014-11-14 01:25:59 +08:00
cask :v1 => 'grooveshark' do
2014-09-17 19:42:46 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://adops-fio.grooveshark.com/desktop-app/downloads/grooveshark.zip'
homepage 'http://www.grooveshark.com'
2014-10-01 23:33:00 +08:00
license :unknown
2014-09-16 00:05:40 +08:00
app 'Grooveshark.app'
caveats <<-EOS.undent
2014-10-10 19:40:48 +08:00
#{title} requires Adobe Flash, available via
brew cask install flash
EOS
2013-12-15 01:45:58 +08:00
end