mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.mongodb.org",
|
|
"version": "3.4.7",
|
|
"license": "https://www.mongodb.org/about/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.7-signed.msi",
|
|
"hash": "baf43fcf28ff8c486d6af9036c0f15e96c0663a222626aed97d1e48c143ab865"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|