From 6103c9a0e790454c75be0742c09698493ad5e899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 20:29:43 +0000 Subject: [PATCH] mongodb: Update to version 8.1.1 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 79998de1ac..518a779665 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.1.0", + "version": "8.1.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.1.0-signed.msi", - "hash": "2e7cb637bfbb33ef45a3332b3d0c414a9a4c107fb9a801e6bbb32518faeb2bab", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.1.1-signed.msi", + "hash": "9cdebef0791095c8b925ee8a89c7ffdd1f2d88149f40a083f6118d2957cebaf1", "extract_dir": "MongoDB\\Server\\8.1" } },