mongodb: Update to version 7.0.1

This commit is contained in:
github-actions[bot] 2023-09-05 16:27:36 +00:00
parent 1f56f7555f
commit 22f415361b

View File

@ -1,5 +1,5 @@
{ {
"version": "7.0.0", "version": "7.0.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.0.0-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.1-signed.msi",
"hash": "2d17e29c39b9b0001bca55ad943c1bc8b9932896d7af4f556c3e54d73ae96da6", "hash": "bcdcdc445e53106f6c596304061529c055cda6f23cc06fe8adcc7f7c41c64d99",
"extract_dir": "MongoDB\\Server\\7.0" "extract_dir": "MongoDB\\Server\\7.0"
} }
}, },