mongodb: Update to version 4.4.2 (#1629)

This commit is contained in:
David Xuang 2020-11-28 20:04:19 +08:00 committed by GitHub
parent 8b285ae435
commit 50fcd99c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"version": "4.2.7",
"version": "4.4.2",
"description": "A document database with the scalability and flexibility.",
"homepage": "https://www.mongodb.org",
"license": {
@ -20,9 +20,9 @@
],
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7-signed.msi",
"hash": "d085db55ea34452617e73a5d7ad80fbc4b9eaf75990e49080a7c3ced13fbb42c",
"extract_dir": "MongoDB\\Server\\4.2"
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.2-signed.msi",
"hash": "84a1f6899e25f90a7d7c2b5996e9e15584a9af54c08832682c962c5794fcab0f",
"extract_dir": "MongoDB\\Server\\4.4"
}
},
"pre_install": [
@ -62,7 +62,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-$matchTarget-$version-signed.msi",
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-$version-signed.msi",
"extract_dir": "MongoDB\\Server\\$majorVersion.$minorVersion"
}
},