From 97fee37fee2bdbb32eceb5e03ccbbd01ea9ef14a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 20 Apr 2020 08:01:48 +0000 Subject: [PATCH] mongodb: Update to version 4.2.6 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index eccbc128af..ed7d6b412c 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.5", + "version": "4.2.6", "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.5-signed.msi", - "hash": "cc46897ad51f617d1946ad1b8f2eb50d215cab1b4b2fe21fd55f6022c862c333", + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.6-signed.msi", + "hash": "401ebc0c087058cd98194046bbd4fbee243592cf9397f36a1fafa208de4ac21e", "extract_dir": "MongoDB\\Server\\4.2" } },