homebrew-cask/Casks/mongodb.rb

20 lines
703 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mongodb' do
version '3.2.0-build.1449793677'
sha256 '43fa50505f757e8f7d6e7134b456d0633ece563831b49e9962489ac2f88059d1'
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',
:sha256 => '5c46c5a7620876b92d6dfb17be2c92fe00c6b97601c9a827ad7c9b1aa47853e6'
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