From 08cf07c7a545f7243825798c8bf7e49a9e3734f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 04:29:57 +0000 Subject: [PATCH] mongodb: Update to version 5.2.0 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 282b622b0e..d2cdfb5f55 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "5.2.0-rc6", + "version": "5.2.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.2.0-rc6-signed.msi", - "hash": "2c1a2a66914ca123be7a5cb64f22106ce1df284ee439a8d369a2ab1434a334f6", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-signed.msi", + "hash": "6c65d558422554e6ebc9340ce167868269f6f6d39a2ee6314abb0024016cde00", "extract_dir": "MongoDB\\Server\\5.2" } },