From 08ad9d3c9e1fc32125c6910e7c256795d2e34874 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:28:21 +0000 Subject: [PATCH] mongodb: Update to version 8.0.1 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 9764238d21..e2e673415e 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.0.0", + "version": "8.0.1", "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.0-signed.msi", - "hash": "778f03552b6638822c18a9a2e8996d31cf12e4c9b87ffc73be8ce71e0a8465e9", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-signed.msi", + "hash": "303e766388b9965ce5ee40f01df921275fbd53da7ba3d729c8767c4d0de0ce8b", "extract_dir": "MongoDB\\Server\\8.0" } },