homebrew-cask/Casks/mongodb.rb

18 lines
599 B
Ruby

cask 'mongodb' do
version '4.0.1-build.1'
sha256 '24473afa59d99b7ef5ad1a18c702aaa122bd3ca890d8f5c2b7900c0bcf1b3888'
# github.com/gcollazo/mongodbapp was verified as official when first introduced to the cask
url "https://github.com/gcollazo/mongodbapp/releases/download/#{version}/MongoDB.zip"
appcast 'https://github.com/gcollazo/mongodbapp/releases.atom'
name 'MongoDB'
homepage 'https://elweb.co/mongodb-app/'
app 'MongoDB.app'
zap trash: [
'~/Library/Caches/io.blimp.MongoDB',
'~/Library/Preferences/io.blimp.MongoDB.plist',
]
end