mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
271 B
Ruby
7 lines
271 B
Ruby
class Visit < Cask
|
|
url 'http://portal.nersc.gov/svn/visit/trunk/releases/2.7.1/VisIt-2.7.1.dmg'
|
|
homepage 'https://wci.llnl.gov/codes/visit/home.html'
|
|
version '2.7.1'
|
|
sha256 'ea7d9c58d60c1945ee3ca57765caf5af09ded4604631e4183312b1ab9d06c7f0'
|
|
link 'VisIt.app'
|
|
end
|