mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
66 lines
2.3 KiB
JSON
66 lines
2.3 KiB
JSON
{
|
|
"version": "5.1.0-rc3",
|
|
"description": "A document database with the scalability and flexibility.",
|
|
"homepage": "https://www.mongodb.org",
|
|
"license": {
|
|
"identifier": "SSPL-1.0",
|
|
"url": "https://www.mongodb.com/licensing/server-side-public-license"
|
|
},
|
|
"notes": [
|
|
"Windows server 2012/2008 and Windows 7/8/8.1 need KB2999226 to provide Universal C Runtime support for Windows.",
|
|
"For more infomations, please refer to:",
|
|
"https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows",
|
|
"",
|
|
"mongod shim use \"$dir\\bin\\mongod.cfg\" as the default config file.",
|
|
"To use a different config file, please run",
|
|
"\"$dir\\bin\\mongod.exe --config NEW_CONFIG_FILE\""
|
|
],
|
|
"suggest": {
|
|
"Visual C/C++ Redistributable 2017": "extras/vcredist2017"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.1.0-rc3-signed.msi",
|
|
"hash": "24153e021234909444bd58a594f298325b348f159d34239345a5782adf6729a2",
|
|
"extract_dir": "MongoDB\\Server\\5.1"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\bin\\mongod.cfg\")) {",
|
|
" $cfg = Get-Content \"$dir\\bin\\mongod.cfg\"",
|
|
" $cfg = $cfg -replace '%MONGO_DATA_PATH%', \"$dir\\data\"",
|
|
" $cfg = $cfg -replace '%MONGO_LOG_PATH%', \"$dir\\log\"",
|
|
" Set-Content \"$dir\\bin\\mongod.cfg\" $cfg -Encoding Ascii -Force",
|
|
"}"
|
|
],
|
|
"bin": [
|
|
"bin\\mongo.exe",
|
|
[
|
|
"bin\\mongod.exe",
|
|
"mongod",
|
|
"--config \"$dir\\bin\\mongod.cfg\""
|
|
],
|
|
"bin\\mongos.exe"
|
|
],
|
|
"persist": [
|
|
"bin\\mongod.cfg",
|
|
"data",
|
|
"log"
|
|
],
|
|
"checkver": {
|
|
"url": "http://downloads.mongodb.org.s3.amazonaws.com/current.json",
|
|
"jsonpath": "$.versions[0].version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-$version-signed.msi",
|
|
"extract_dir": "MongoDB\\Server\\$majorVersion.$minorVersion"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|