mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "http://www.mongodb.org",
|
|
"version": "3.2.4",
|
|
"license": "http://www.mongodb.org/about/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.4.zip",
|
|
"hash": "f875b23d25a7cc23c8e2b469c8a75bb9cc892b00a77288230cb3991bcf336ede",
|
|
"extract_dir": "mongodb-win32-x86_64-2008plus-ssl-3.2.4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-i386-3.2.4.zip",
|
|
"hash": "ff6551648a4186b27f569bdc9f58cbd33079044e2352e5289cc7933c64b50099",
|
|
"extract_dir": "mongodb-win32-i386-3.2.4"
|
|
}
|
|
},
|
|
"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.]+)\\)"
|
|
}
|
|
}
|