mongodb: Update to version 6.0.1

This commit is contained in:
github-actions[bot] 2022-08-19 20:28:27 +00:00
parent 915fe90a56
commit c0d3d77009

View File

@ -1,5 +1,5 @@
{ {
"version": "6.0.0", "version": "6.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": {
@ -20,8 +20,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.0-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.1-signed.msi",
"hash": "0a30a72e5c39cd54250148c39e3912713671cf0e68c77833cd8a980f83b26c09", "hash": "999b39df67a77eda3198f8412dc159b0cd8aa6677b901a0cf287921884306ac3",
"extract_dir": "MongoDB\\Server\\6.0" "extract_dir": "MongoDB\\Server\\6.0"
} }
}, },