ScoopInstaller_Main/mongodb.json
2018-08-29 00:00:31 +00:00

48 lines
1.4 KiB
JSON

{
"homepage": "https://www.mongodb.org",
"version": "4.0.2",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.2-signed.msi",
"hash": "a54030c609ef1ae99b85a78b9d4f1ef2d34fea991fc023830108e779f7fbee26",
"extract_dir": "MongoDB\\Server\\4.0"
}
},
"bin": [
"bin\\bsondump.exe",
"bin\\mongo.exe",
"bin\\mongod.exe",
"bin\\mongodump.exe",
"bin\\mongoexport.exe",
"bin\\mongofiles.exe",
"bin\\mongoimport.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"
]
}
}