mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
310 B
Ruby
12 lines
310 B
Ruby
cask :v1 => 'fiji' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# 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'
|
|
name 'Fiji'
|
|
homepage 'http://fiji.sc'
|
|
license :oss
|
|
|
|
app 'Fiji.app'
|
|
end
|