homebrew-cask/Casks/visit.rb

15 lines
428 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'visit' do
2016-02-05 17:42:27 +08:00
version '2.10.0'
sha256 'afc83987a37ab1e330b81f21e123de1f98809057717f25c305331440a940e985'
2015-01-19 11:20:50 +08:00
# nersc.gov is the official download host per the vendor homepage
url "https://portal.nersc.gov/project/visit/releases/#{version}/VisIt-#{version}.dmg"
2015-01-05 05:10:34 +08:00
name 'VisIt'
homepage 'https://wci.llnl.gov/simulation/computer-codes/visit'
license :bsd
depends_on macos: '>= :mountain_lion'
app 'VisIt.app'
end