homebrew-cask/Casks/music-manager.rb

13 lines
527 B
Ruby
Raw Normal View History

class MusicManager < Cask
version '1.0.104.6528'
sha256 'a1e4e48e008958f9a725bfee1e2d8360dc8efad38ef2532fc1b3e4b9c3df8f0d'
2014-10-22 22:35:42 +08:00
url "https://dl.google.com/dl/androidjumper/mac/#{version.sub(%r{^\d+\.\d+\.},'').gsub('.','')}/musicmanager.dmg"
homepage 'https://play.google.com/music/'
2014-10-01 23:33:26 +08:00
license :unknown
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/4282
2014-09-16 00:05:59 +08:00
app 'MusicManager.app', :target => 'Music Manager.app'
end