homebrew-cask/Casks/radiant-player.rb

11 lines
326 B
Ruby
Raw Normal View History

class RadiantPlayer < Cask
2014-06-19 22:27:59 +08:00
version '1.2.1'
sha256 'dc1ed98170e05c430779f527191717cb412e74f398324878286df4a2bbad79d4'
2014-09-26 20:09:09 +08:00
url "https://github.com/kbhomes/google-music-mac/releases/download/v#{version}/Radiant.Player.zip"
homepage 'http://kbhomes.github.io/google-music-mac/'
2014-10-01 23:33:45 +08:00
license :oss
2014-09-16 00:06:13 +08:00
app 'Radiant Player.app'
end