From f919a8cc671f489cb14633c3791db3e75d1dabf9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 17 Sep 2021 22:01:49 +0000 Subject: [PATCH] mongodb: Update to version 5.0.3-rc2 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index e8ec39c766..5b5aa32ac9 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.3-rc1", + "version": "5.0.3-rc2", "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.3-rc1-signed.msi", - "hash": "3718cff5b62d28d0c1074890b6ca1b2558e169fea3a8a3cd0fcf73cda3cc7109", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.3-rc2-signed.msi", + "hash": "fcd972602b9ed733af8f0a4f586aeaa0c60db62636ccab87c77e2004f72bbaf2", "extract_dir": "MongoDB\\Server\\5.0" } },