From c6145c33e324dcc5429e863b59d164dca2baf229 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 22 Jul 2021 15:00:18 +0000 Subject: [PATCH] mongodb: Update to version 5.0.1 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 49c7c9cfb9..69c8066376 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.1-rc0", + "version": "5.0.1", "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.0.1-rc0-signed.msi", - "hash": "474cf6de21e8c45389f2625c4de857fc6b2421efa358ab2f6704c8efa98a277b", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.1-signed.msi", + "hash": "c0476ee7f9c28547fa60db24fe44ef61fa9c18b0951d9b2ce99727a69b254244", "extract_dir": "MongoDB\\Server\\5.0" } },