homebrew-cask/Casks/mongodb.rb

19 lines
608 B
Ruby

cask :v1 => 'mongodb' do
version '3.0.2-build-4'
sha256 'c0941911a8dead6b833b19913c4cf17e08d0a33b77eb987c72edc04757a6310f'
# github.com is the official download host per the vendor homepage
url "https://github.com/gcollazo/mongodbapp/releases/download/#{version}/MongoDB.zip"
appcast 'https://github.com/gcollazo/mongodbapp/releases.atom'
name 'MongoDB'
homepage 'http://elweb.co/mongodb-app/'
license :mit
app 'MongoDB.app'
zap :delete => [
'~/Library/Caches/io.blimp.MongoDB',
'~/Library/Preferences/io.blimp.MongoDB.plist'
]
end