mongodb: Update to version 4.4.3

This commit is contained in:
Jakub Čábera 2021-01-04 19:16:03 +01:00
parent 679fd4f461
commit e7b858669e

View File

@ -1,14 +1,11 @@
{
"version": "4.4.3-rc0",
"version": "4.4.3",
"description": "A document database with the scalability and flexibility.",
"homepage": "https://www.mongodb.org",
"license": {
"identifier": "SSPL-1.0",
"url": "https://www.mongodb.com/licensing/server-side-public-license"
},
"suggest": {
"Visual C/C++ Redistributable 2017": "extras/vcredist2017"
},
"notes": [
"Windows server 2012/2008 and Windows 7/8/8.1 need KB2999226 to provide Universal C Runtime support for Windows.",
"For more infomations, please refer to:",
@ -18,10 +15,13 @@
"To use a different config file, please run",
"\"$dir\\bin\\mongod.exe --config NEW_CONFIG_FILE\""
],
"suggest": {
"Visual C/C++ Redistributable 2017": "extras/vcredist2017"
},
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.3-rc0-signed.msi",
"hash": "789761531d7393aa3db50debe86d2c77c69570d86c56049f4dc208f8537d9549",
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.3-signed.msi",
"hash": "d811282527bbdc3266244209ad0971c0d375dbb209bb8eb4ae66ba576b19e9f6",
"extract_dir": "MongoDB\\Server\\4.4"
}
},