Add Mars24 7.1.3 (#50730)

* Add Mars24 7.1.3

* Update mars24.rb
This commit is contained in:
Ildar Sagdejev 2018-08-13 19:21:13 -04:00 committed by Vítor Galvão
parent cb0803de9e
commit d54c0823b9
1 changed files with 15 additions and 0 deletions

15
Casks/mars24.rb Normal file
View File

@ -0,0 +1,15 @@
cask 'mars24' do
# note: "24" is not a version number, but an intrinsic part of the product name
version '7.1.3'
sha256 '78c40b1823f02ceb8de6ff6eb00461f272f0ce9305dda6c6f52361ed5cfb7489'
url "https://www.giss.nasa.gov/tools/mars24/download/Mars24MacOS-#{version}.dmg"
name 'Mars24'
homepage 'https://www.giss.nasa.gov/tools/mars24/'
app 'Mars24.app'
caveats do
depends_on_java
end
end