picasa.rb: changed 'gsub' into '' to 'delete'

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

View File

@ -2,7 +2,7 @@ cask :v1 => 'picasa' do
version '3.9'
sha256 'df84018272ecf0f56e78e73cb6eb8f7c08911f6e24294fdc811e362a35dace9c'
url "https://dl.google.com/photos/picasamac#{version.gsub('.', '')}.dmg"
url "https://dl.google.com/photos/picasamac#{version.delete('.')}.dmg"
name 'Picasa'
homepage 'https://picasa.google.com/'
license :gratis