From c733ff91f1ce7938cfff2b93d73fda770433a266 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 4 Feb 2021 13:00:24 +0000 Subject: [PATCH] mongodb: Update to version 4.4.4-rc0 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index e618ccfea7..d43630bd6b 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "4.4.3", + "version": "4.4.4-rc0", "description": "A document database with the scalability and flexibility.", "homepage": "https://www.mongodb.org", "license": { @@ -20,8 +20,8 @@ }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.3-signed.msi", - "hash": "d811282527bbdc3266244209ad0971c0d375dbb209bb8eb4ae66ba576b19e9f6", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.4-rc0-signed.msi", + "hash": "1d91b38ddcc0633913da47913d1319dcc18c9da33cf29f789f6168cef164f4ba", "extract_dir": "MongoDB\\Server\\4.4" } },