mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.mongodb.org",
|
|
"version": "3.4.4",
|
|
"license": "https://www.mongodb.org/about/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.4-signed.msi",
|
|
"hash": "73d1121a1fe58fe29c4fb7b6f4b79a4d33afa666f357960419ef83635396f977"
|
|
}
|
|
},
|
|
"bin": [
|
|
"MongoDB\\Server\\3.4\\bin\\bsondump.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongo.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongod.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongodump.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongoexport.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongofiles.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongoimport.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongooplog.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongoperf.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongorestore.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongos.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongostat.exe",
|
|
"MongoDB\\Server\\3.4\\bin\\mongotop.exe"
|
|
],
|
|
"post_install": "
|
|
# create initial directories
|
|
mkdir C:\\data
|
|
mkdir C:\\data\\db
|
|
",
|
|
"checkver": {
|
|
"url": "https://www.mongodb.com/download-center",
|
|
"re": "Current Stable Release \\(([\\d.]+)\\)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-$version-signed.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|