ScoopInstaller_Main/mongodb.json
2014-05-07 11:58:54 +10:00

37 lines
1.0 KiB
JSON

{
"homepage": "http://www.mongodb.org",
"version": "2.6.1",
"license": "http://www.mongodb.org/about/licensing/",
"architecture": {
"64bit": {
"url": "http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.6.1.zip",
"hash": "32f542f73cb9c0afac7006aab0a7b5dcd72615f98e30141304c5cf7d6b4b4ec2",
"extract_dir": "mongodb-win32-x86_64-2008plus-2.6.1"
},
"32bit": {
"url": "http://downloads.mongodb.org/win32/mongodb-win32-i386-2.6.1.zip",
"hash": "2fb9668a7f107df918f7d43d69365baef3ee134d7aa3fc9cdb33deb614956078",
"extract_dir": "mongodb-win32-i386-2.6.1"
}
},
"bin": [
"bin\\bsondump.exe",
"bin\\mongo.exe",
"bin\\mongod.exe",
"bin\\mongodump.exe",
"bin\\mongoexport.exe",
"bin\\mongofiles.exe",
"bin\\mongoimport.exe",
"bin\\mongooplog.exe",
"bin\\mongoperf.exe",
"bin\\mongorestore.exe",
"bin\\mongos.exe",
"bin\\mongostat.exe",
"bin\\mongotop.exe"
],
"checkver": {
"url": "http://www.mongodb.org/downloads",
"re": "Production Release \\(([^<]+)\\)"
}
}