From 04046452f4b0cdc69d8fce320b97ed63844cbeda Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 9 Nov 2021 19:00:39 +0000 Subject: [PATCH] mongodb: Update to version 5.1.0 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 1a161d6e6c..ae7920f2ce 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.1.0-rc3", + "version": "5.1.0", "description": "A document database with the scalability and flexibility.", "homepage": "https://www.mongodb.org", "license": { @@ -20,8 +20,8 @@ }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.1.0-rc3-signed.msi", - "hash": "24153e021234909444bd58a594f298325b348f159d34239345a5782adf6729a2", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.1.0-signed.msi", + "hash": "a35e4be56a7c10fff155006c9aac46dac9ae665d2601efc605e2dd7500323ffc", "extract_dir": "MongoDB\\Server\\5.1" } },