imagej.rb: add version to url

This commit is contained in:
Victor Popkov 2015-07-01 04:42:58 +03:00 committed by Vítor Galvão
parent 1702c5e769
commit 66613c262f
1 changed files with 1 additions and 1 deletions

View File

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