From 086ac84e58dcbbd41cc0a1cff5ca00088b68fea0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:28:35 +0000 Subject: [PATCH] mongodb: Update to version 8.2.1 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index fab6defa8b..11ad26e248 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.2.0", + "version": "8.2.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.2.0-signed.msi", - "hash": "b4f192fe3dd2bd25befcc416658699f8c9931dc9e0436ae1d79d5691997eb218", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.1-signed.msi", + "hash": "b005cfd5655f0e752d80fa83a6a37be231ab57639dd2f75cf9647ad315701386", "extract_dir": "MongoDB\\Server\\8.2" } },