From e149c87bf89aa5b34571f7e8143a94f5278b8cc2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 28 Jan 2020 00:01:54 +0000 Subject: [PATCH] mongodb: Update to version 4.2.3 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 2745a518f4..00b5ec7a37 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,15 +1,15 @@ { "homepage": "https://www.mongodb.org", "description": "A document database with the scalability and flexibility.", - "version": "4.2.2", + "version": "4.2.3", "license": { "identifier": "SSPL-1.0", "url": "https://www.mongodb.com/licensing/server-side-public-license" }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.2-signed.msi", - "hash": "c4574977ea850798329bfdb6e912145f683afd3b28fe363abdf51ead33446a94", + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.3-signed.msi", + "hash": "234f6abf9c4947df94428f6ce648905dbf6b1269f48cc3239ebd4990bde1ca2a", "extract_dir": "MongoDB\\Server\\4.2" } },