ScoopInstaller_Main/mongodb.json

43 lines
1.5 KiB
JSON

{
"homepage": "https://www.mongodb.org",
"version": "3.4.3",
"license": "https://www.mongodb.org/about/licensing/",
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.3-signed.msi",
"hash": "b7c181e12b8261c1df341458efcda905ed95c962165fdd2ebd0eb32f0baa1328"
}
},
"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"
}
}
}
}