Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mongotron.rb
blob4c86229c4e907b1a3ecee8462cd8b453a56f2726
1 cask "mongotron" do
2   version "1.0.0-alpha.5"
3   sha256 "b20d014ae3a9355a112f84d98d2f81c27d3f99fd2dd7dc3455be465b27ab1e20"
5   url "https://github.com/officert/mongotron/releases/download/#{version}/Mongotron-darwin-x64.zip",
6       verified: "github.com/officert/mongotron/"
7   name "Mongotron"
8   desc "Mongo DB management"
9   homepage "https://mongotron.io/"
11   # This cask uses an unstable version and this `livecheck` block is only used
12   # to prevent livecheck from skipping pre-release versions by default. This
13   # should be removed/updated if the cask is updated to a stable version.
14   livecheck do
15     url :url
16   end
18   app "Mongotron-darwin-x64/Mongotron.app"
20   zap trash: [
21     "~/Library/Application Support/Mongotron",
22     "~/Library/Caches/Mongotron",
23   ]
25   caveats do
26     requires_rosetta
27   end
28 end