From 90a2cf2d198ee1d9fa8188087c39bff779a49e3b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 29 Jul 2021 13:00:32 +0000 Subject: [PATCH] mongodb: Update to version 5.0.2-rc0 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 69c8066376..28ab49c168 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.1", + "version": "5.0.2-rc0", "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-signed.msi", - "hash": "c0476ee7f9c28547fa60db24fe44ef61fa9c18b0951d9b2ce99727a69b254244", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.2-rc0-signed.msi", + "hash": "6226d3376a4d079909dca752a117caeb6b5b69ef38cf745daaef80656ba006ba", "extract_dir": "MongoDB\\Server\\5.0" } },