added name and vendor to music-manager

This commit is contained in:
Vítor Galvão 2015-01-07 19:11:52 +00:00
parent 74923e2d9a
commit 118cb0ded1
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@ cask :v1 => 'music-manager' do
sha256 'a1e4e48e008958f9a725bfee1e2d8360dc8efad38ef2532fc1b3e4b9c3df8f0d'
url "https://dl.google.com/dl/androidjumper/mac/#{version.sub(%r{^\d+\.\d+\.},'').gsub('.','')}/musicmanager.dmg"
name 'Google Play Music Manager'
homepage 'https://play.google.com/music/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
tags :vendor => 'Google'
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/4282