mongodb: Update to version 7.1.1

This commit is contained in:
github-actions[bot] 2023-11-27 20:24:41 +00:00
parent 50cedf3024
commit 31749f7e6a

View File

@ -1,5 +1,5 @@
{ {
"version": "7.1.0", "version": "7.1.1",
"description": "A document database with the scalability and flexibility.", "description": "A document database with the scalability and flexibility.",
"homepage": "https://www.mongodb.org", "homepage": "https://www.mongodb.org",
"license": { "license": {
@ -21,8 +21,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.1.0-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.1.1-signed.msi",
"hash": "6a71658bd648a7383a10dd6115eb10d237866ebbb23fe6c02fb1aa88ee459687", "hash": "34e8b40fd61101696af2517172205f6d4d20f882bf73ff0b37a41566a2ae0f9a",
"extract_dir": "MongoDB\\Server\\7.1" "extract_dir": "MongoDB\\Server\\7.1"
} }
}, },