ScoopInstaller_Main/mongodb.json
2016-03-06 19:21:10 +01:00

37 lines
1.2 KiB
JSON

{
"homepage": "http://www.mongodb.org",
"version": "3.2.3",
"license": "http://www.mongodb.org/about/licensing/",
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.3.zip",
"hash": "727a36cf0b3efcc2a3f457f4e5cd4ab575602e0bc2a52596057a952c1a29fd66",
"extract_dir": "mongodb-win32-x86_64-2008plus-ssl-3.2.3"
},
"32bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-i386-3.2.3.zip",
"hash": "3fbb925d816e4fb21796704359a5b48ea64f930695f41ee2c5b1dad13e2d7593",
"extract_dir": "mongodb-win32-i386-3.2.3"
}
},
"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": "Current Stable Release \\(([\\d.]+)\\)"
}
}