homebrew-cask/Casks/fiji.rb

12 lines
327 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
2016-02-14 08:41:16 +08:00
# jenkins.imagej.net/job/Stable-Fiji-MacOSX was verified as official when first introduced to the cask
2017-01-25 19:29:14 +08:00
url 'https://jenkins.imagej.net/job/Stable-Fiji-MacOSX/lastSuccessfulBuild/artifact/fiji-macosx.dmg'
2015-01-05 05:28:42 +08:00
name 'Fiji'
homepage 'https://fiji.sc/'
2014-09-16 00:05:33 +08:00
app 'Fiji.app'
end