From 36d84e486da98547725bb5c9b20f6ae5f7c4962c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 4 Aug 2021 22:00:42 +0000 Subject: [PATCH] mongodb: Update to version 5.0.2 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 28ab49c168..ef675da6bc 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.0.2-rc0", + "version": "5.0.2", "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.2-rc0-signed.msi", - "hash": "6226d3376a4d079909dca752a117caeb6b5b69ef38cf745daaef80656ba006ba", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.2-signed.msi", + "hash": "8c517e4b1598d627ee16c2dd45be90397bf040cf2845eef2aff0b9bc25062228", "extract_dir": "MongoDB\\Server\\5.0" } },