Files
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

19 lines
524 B
Ruby

cask "exist-db" do
version "6.2.0"
sha256 "2c127058c4effe54bbdd9655bc94fbafd326a38ea39e0f538bb8ed44359dd48d"
url "https://github.com/eXist-db/exist/releases/download/eXist-#{version}/eXist-db-#{version}.dmg",
verified: "github.com/eXist-db/exist/"
name "eXist-db"
desc "Native XML database and application platform"
homepage "https://exist-db.org/exist/apps/homepage/index.html"
app "eXist-db.app"
zap trash: "~/Library/Application Support/org.exist"
caveats do
depends_on_java "8"
end
end