From 3cb47f66108058ae2f203ef7b0ecf83948fef955 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 7 Feb 2019 18:05:44 +0000 Subject: [PATCH] mongodb: Update to version 4.0.6 --- mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mongodb.json b/mongodb.json index d14b1602fe..11f42b4f91 100644 --- a/mongodb.json +++ b/mongodb.json @@ -1,15 +1,15 @@ { "homepage": "https://www.mongodb.org", "description": "A document database with the scalability and flexibility.", - "version": "4.0.5", + "version": "4.0.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-2008plus-ssl-4.0.5-signed.msi", - "hash": "e2ac83cfee3350012a641405ce5ba5c3cffe3f8d1a0cd5e0eb3e332246a9cc20", + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.6-signed.msi", + "hash": "aeb91f88930c77828c45f6aa41ad8219a8bb7c90c1a3c308b92329afc907cb1c", "extract_dir": "MongoDB\\Server\\4.0" } },