homebrew-cask/Casks/mongodb.rb

19 lines
693 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mongodb' do
version '3.2.8-build.1'
sha256 '54079eaad459c1910110f83c9ee160bc13fd87aa90fc27b6ae6d4dae292f5dfd'
2016-06-18 06:10:02 +08:00
# 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"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/gcollazo/mongodbapp/releases.atom',
checkpoint: '30d0c2fb36e0c5551d05614dea789cc6d5dacf8687c90c8474e229cbfaae295b'
name 'MongoDB'
homepage 'https://elweb.co/mongodb-app/'
2014-09-16 00:05:58 +08:00
app 'MongoDB.app'
zap delete: [
'~/Library/Caches/io.blimp.MongoDB',
'~/Library/Preferences/io.blimp.MongoDB.plist',
]
end