From 3cb15daf20082740ea90f8d2fd4b7a4ed136fe57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:34:45 +0000 Subject: [PATCH] mongodb: Update to version 8.0.5 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 5edbea9026..346441f25e 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.0.4", + "version": "8.0.5", "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.4-signed.msi", - "hash": "52d30392e6767eb48c03fc9886b831da5a282af7aba49cc46f45c6b0f85280cb", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.5-signed.msi", + "hash": "047b337f2823bf7d383540c8d7927e9232a423bd6c38426cdeea5ba7d551b580", "extract_dir": "MongoDB\\Server\\8.0" } },