From 9d7aadfbbaedba0b1263cbc828fd0e1ce39f2e99 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 30 May 2019 08:00:37 +0000 Subject: [PATCH] mongodb: Update to version 4.0.10 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 866497ed322be..a5d8f2df31a55 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.9", + "version": "4.0.10", "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.9-signed.msi", - "hash": "35909b5204abb4fbf68796b9c99747b29831c0d38ab21e1c3654845a8eb28090", + "url": "https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.10-signed.msi", + "hash": "d1ddac7ba6e2fbdfaaa0a787b83c165d4ad61795c051dc0f3142717a0b6a3707", "extract_dir": "MongoDB\\Server\\4.0" } },