homebrew-cask/Casks/gcollazo-mongodb.rb

18 lines
608 B
Ruby

cask 'gcollazo-mongodb' do
version '4.2.0-build.3'
sha256 'a59b5bf99d6c30aca14cade10a24440475c3979cff98ec02c463c8d17d637146'
# 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