Skip to content

Commit

Permalink
Merge pull request Homebrew#9596 from DanielManhattan/imagej
Browse files Browse the repository at this point in the history
Add ImageJ 1.48 suite
  • Loading branch information
rolandwalker committed Feb 17, 2015
2 parents 5c20c24 + 0017914 commit 4f91c90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/imagej.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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

0 comments on commit 4f91c90

Please sign in to comment.