mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"homepage": "http://www.mongodb.org",
|
|
"version": "3.2.7",
|
|
"license": "http://www.mongodb.org/about/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.7-signed.msi",
|
|
"hash": "2054f84e217c092860fe95959eb814fffffe36b99be958a7fce120d3528ff5e5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-i386-3.2.7-signed.msi",
|
|
"hash": "a84cc09f04fe9b89cd276f30fb1a9d0855d9bf8cba9db38875afe8a876f615be"
|
|
}
|
|
},
|
|
"bin": [
|
|
"MongoDB\\Server\\3.2\\bin\\bsondump.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongo.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongod.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongodump.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongoexport.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongofiles.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongoimport.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongooplog.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongoperf.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongorestore.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongos.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongostat.exe",
|
|
"MongoDB\\Server\\3.2\\bin\\mongotop.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "http://www.mongodb.org/downloads",
|
|
"re": "Current Stable Release \\(([\\d.]+)\\)"
|
|
},
|
|
"post_install": "
|
|
# create initial directories
|
|
mkdir C:\\data
|
|
mkdir C:\\data\\db
|
|
"
|
|
}
|