music-manager.rb: changed 'gsub' into '' to 'delete'

This commit is contained in:
Vítor Galvão 2015-08-09 14:22:00 +01:00
parent 3f9a457994
commit 1bcc8fe6c1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cask :v1 => 'music-manager' do
version '1.0.104.6528'
sha256 'a1e4e48e008958f9a725bfee1e2d8360dc8efad38ef2532fc1b3e4b9c3df8f0d'
url "https://dl.google.com/dl/androidjumper/mac/#{version.sub(%r{^\d+\.\d+\.},'').gsub('.','')}/musicmanager.dmg"
url "https://dl.google.com/dl/androidjumper/mac/#{version.sub(%r{^\d+\.\d+\.},'').delete('.')}/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