From 5412c4dcbd1b5fc47284966f628aeae7515c91a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 20:27:23 +0000 Subject: [PATCH] mongodb: Update to version 8.0.6 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index dfa2862a0e..2dfdd1bc4e 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.0.5", + "version": "8.0.6", "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.5-signed.msi", - "hash": "96b835f9cd76d4edfcdaa700c6d56aac47b1242541c05238d87c568c92db590e", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.6-signed.msi", + "hash": "c90e72bd480ba96934708a90e456080732b473665abc8bfbe828b33b833f8a70", "extract_dir": "MongoDB\\Server\\8.0" } },