mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
37 lines
1023 B
JSON
37 lines
1023 B
JSON
{
|
|
"homepage": "http://www.mongodb.org",
|
|
"version": "2.6.4",
|
|
"license": "http://www.mongodb.org/about/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.6.4.zip",
|
|
"hash": "03662da44851a0820bc5b0af37d0539c4d7c81dbb2f6fc8affe9bff0d5f76400",
|
|
"extract_dir": "mongodb-win32-x86_64-2008plus-2.6.4"
|
|
},
|
|
"32bit": {
|
|
"url": "http://fastdl.mongodb.org/win32/mongodb-win32-i386-2.6.4.zip",
|
|
"hash": "bb5061a63c63f3642ea0c5c637a63ac5d224036f41bbc5c96fe2ee5311622368",
|
|
"extract_dir": "mongodb-win32-i386-2.6.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": "Production Release \\(([^<]+)\\)"
|
|
}
|
|
}
|