cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / music-manager.rb
blobd35008815d96d198c10ae40ebc3f7d9b58cf3fb8
1 cask :v1 => 'music-manager' do
2   version '1.0.104.6528'
3   sha256 'a1e4e48e008958f9a725bfee1e2d8360dc8efad38ef2532fc1b3e4b9c3df8f0d'
5   url "https://dl.google.com/dl/androidjumper/mac/#{version.sub(%r{^\d+\.\d+\.},'').gsub('.','')}/musicmanager.dmg"
6   name 'Google Play Music Manager'
7   homepage 'https://play.google.com/music/'
8   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   tags :vendor => 'Google'
11   # Renamed for consistency: app name is different in the Finder and in a shell.
12   # Original discussion: https://github.com/caskroom/homebrew-cask/pull/4282
13   app 'MusicManager.app', :target => 'Music Manager.app'
14 end