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

This commit is contained in:
Vítor Galvão 2015-08-09 14:21:59 +01:00
parent 6a52fe548b
commit 2e04d343ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cask :v1 => 'imagej' do
version '1.49'
sha256 '539c816c10849cb9820663d46c28b9ae1d36f43a29cc50fe7b5d819e9e60dd44'
url "http://imagej.nih.gov/ij/download/osx/ImageJ#{version.gsub('.','')}.zip"
url "http://imagej.nih.gov/ij/download/osx/ImageJ#{version.delete('.')}.zip"
name 'ImageJ'
homepage 'http://imagej.nih.gov/ij/index.html'
license :public_domain