mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.mongodb.org",
|
|
"version": "3.6.3",
|
|
"license": "https://www.mongodb.org/about/licensing/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.3-signed.msi",
|
|
"hash": "40a6f14bedce5160d63ff2fa230142e7fa4d0a44811eceaa2ad0b1af4596c7e0",
|
|
"extract_dir": "MongoDB\\Server\\3.6"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\bsondump.exe",
|
|
"bin\\mongo.exe",
|
|
"bin\\mongod.exe",
|
|
"bin\\mongodump.exe",
|
|
"bin\\mongoexport.exe",
|
|
"bin\\mongofiles.exe",
|
|
"bin\\mongoimport.exe",
|
|
"bin\\mongoperf.exe",
|
|
"bin\\mongorestore.exe",
|
|
"bin\\mongos.exe",
|
|
"bin\\mongostat.exe",
|
|
"bin\\mongotop.exe"
|
|
],
|
|
"post_install": "
|
|
# create initial directories
|
|
if(!(test-path 'C:\\data')) { mkdir 'C:\\data' > $null }
|
|
if(!(test-path 'C:\\data\\db')) { mkdir 'C:\\data\\db' > $null }
|
|
",
|
|
"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",
|
|
"extract_dir": "MongoDB\\Server\\$majorVersion.$minorVersion"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": [
|
|
"extras/vcredist2017"
|
|
]
|
|
}
|
|
}
|