Files
homebrew-cask/Casks/g/gplates.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
399 B
Ruby

cask "gplates" do
version "2.2"
sha256 "a4658d7dd7e123c53d847c7b98e91d3f9cf222beb0dadaea6a4868eddcf5d85a"
url "https://downloads.sourceforge.net/gplates/#{version}/GPlates-#{version}.0-Darwin-x86_64.dmg",
verified: "downloads.sourceforge.net/gplates/"
name "GPlates"
desc "Plate tectonics program"
homepage "https://www.gplates.org/"
app "GPlates-#{version}.0/GPlates.app"
end