From fa68539996cd49672a067b3182cca9809fc3a842 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 00:33:07 +0000 Subject: [PATCH] mongodb: Update to version 7.0.2 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index bfdff7917a..4570accfde 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "7.0.1", + "version": "7.0.2", "description": "A document database with the scalability and flexibility.", "homepage": "https://www.mongodb.org", "license": { @@ -21,8 +21,8 @@ }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.1-signed.msi", - "hash": "bcdcdc445e53106f6c596304061529c055cda6f23cc06fe8adcc7f7c41c64d99", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.2-signed.msi", + "hash": "0bcdc885a437a7fd23f780a7c53a2a43aa99a3bc8bc93db5d1f0d8425066004c", "extract_dir": "MongoDB\\Server\\7.0" } },