From 598d4738fe47c0503793c9aa7acca3af42fdf293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:35:16 +0000 Subject: [PATCH] mongodb: Update to version 8.0.3 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index e2e673415e..b236572c30 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.0.1", + "version": "8.0.3", "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-8.0.1-signed.msi", - "hash": "303e766388b9965ce5ee40f01df921275fbd53da7ba3d729c8767c4d0de0ce8b", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.3-signed.msi", + "hash": "f064b0d5096136a70edd9a4a1c17d23c78f62600ba860512523eee2206a018b9", "extract_dir": "MongoDB\\Server\\8.0" } },