mongodb: Update to version 4.4.3-rc0

This commit is contained in:
Richard Kuhnt 2020-12-16 06:01:47 +00:00
parent 5411c8e6b1
commit cb53109f95

View File

@ -1,5 +1,5 @@
{ {
"version": "4.4.2", "version": "4.4.3-rc0",
"description": "A document database with the scalability and flexibility.", "description": "A document database with the scalability and flexibility.",
"homepage": "https://www.mongodb.org", "homepage": "https://www.mongodb.org",
"license": { "license": {
@ -20,8 +20,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.2-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.3-rc0-signed.msi",
"hash": "84a1f6899e25f90a7d7c2b5996e9e15584a9af54c08832682c962c5794fcab0f", "hash": "789761531d7393aa3db50debe86d2c77c69570d86c56049f4dc208f8537d9549",
"extract_dir": "MongoDB\\Server\\4.4" "extract_dir": "MongoDB\\Server\\4.4"
} }
}, },