homebrew-cask/Casks/mongodb.rb

20 lines
683 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mongodb' do
version '3.2.5-build.1'
sha256 '4b81fe65510f39aa244191ae5df3d083040d84b319de9a13d51eff67ce2a6488'
2015-01-18 09:42:24 +08:00
# github.com is the official download host per the vendor homepage
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: '6c6512a4e0cbd16c4e25553a2d06eb5467cf087f59746fb111dd214a73768e7a'
name 'MongoDB'
homepage 'https://elweb.co/mongodb-app/'
license :mit
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