From 334cfafdca9454758bdc5334a02fb936e42f8bc2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 9 Aug 2019 05:00:22 +0000 Subject: [PATCH] mongodb: Update to version 4.0.12 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index a53abdfa3f..9b3240eb35 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.0.11", + "version": "4.0.12", "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-2008plus-ssl-4.0.11-signed.msi", - "hash": "0147ca4aae70b6563b6703b720d982bf3b85533f9fb4e42e0d7f14cf690ba271", + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.12-signed.msi", + "hash": "381bdcdce1d81eef0e44cfa05101a580d831310390821fb943a72780ef4023c9", "extract_dir": "MongoDB\\Server\\4.0" } },