mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Fix Style/ElseAlignment error in araxis-merge.rb Fix Lint/BlockAlignment error in jabber-video.rb Fix Style/IndentationConsistency error in tuneinstructor.rb Fix Style/MultilineIfThen error in wireshark.rb Fix Style/IndentationWidth errors Fix inconsistent indentation in blue-jeans-browser-plugin.rb and mini-vmac.rb Fix Style/SpaceAroundOperators error in myo-connect.rb Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb Fix Style/Tab error in syphon-virtual-screen.rb Fix Style/TrailingWhitespace errors in various Casks
12 lines
319 B
Ruby
12 lines
319 B
Ruby
cask :v1 => 'imagej' do
|
|
version '1.48'
|
|
sha256 'f93c1a518f7aada24cfd648d65601e33aea99ae97a0646bd6151db1b567a7986'
|
|
|
|
url 'http://imagej.nih.gov/ij/download/osx/ImageJ148.zip'
|
|
name 'ImageJ'
|
|
homepage 'http://imagej.nih.gov/ij/index.html'
|
|
license :public_domain
|
|
|
|
suite 'ImageJ'
|
|
depends_on :cask => 'java'
|
|
end
|