homebrew-cask/Casks/mongotron.rb

18 lines
583 B
Ruby

cask "mongotron" do
version "1.0.0-alpha.5"
sha256 "b20d014ae3a9355a112f84d98d2f81c27d3f99fd2dd7dc3455be465b27ab1e20"
# github.com/officert/mongotron/ was verified as official when first introduced to the cask
url "https://github.com/officert/mongotron/releases/download/#{version}/Mongotron-darwin-x64.zip"
appcast "https://github.com/officert/mongotron/releases.atom"
name "Mongotron"
homepage "http://mongotron.io/"
app "Mongotron-darwin-x64/Mongotron.app"
zap trash: [
"~/Library/Application Support/Mongotron",
"~/Library/Caches/Mongotron",
]
end