homebrew-cask/Casks/imagej.rb

15 lines
367 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'imagej' do
2015-07-02 13:03:51 +08:00
version '1.49'
sha256 '539c816c10849cb9820663d46c28b9ae1d36f43a29cc50fe7b5d819e9e60dd44'
2016-08-12 07:55:48 +08:00
url "https://imagej.nih.gov/ij/download/osx/ImageJ#{version.no_dots}.zip"
name 'ImageJ'
homepage 'https://imagej.nih.gov/ij/index.html'
license :public_domain
depends_on cask: 'java'
depends_on macos: '>= :mountain_lion'
suite 'ImageJ'
end