homebrew-cask/Casks/fiji.rb

13 lines
303 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fiji' do
2014-09-17 19:42:44 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 02:59:04 +08:00
# imagej.net is the official download host per the vendor homepage
url 'http://jenkins.imagej.net/job/Stable-Fiji-MacOSX/lastSuccessfulBuild/artifact/fiji-macosx.dmg'
2015-01-05 05:28:42 +08:00
name 'Fiji'
homepage 'http://fiji.sc'
license :oss
2014-09-16 00:05:33 +08:00
app 'Fiji.app'
end