mongodb: Update to version 6.3.2

This commit is contained in:
github-actions[bot] 2023-06-29 08:28:52 +00:00
parent e21573d93d
commit 2b6e3f0516

View File

@ -1,5 +1,5 @@
{ {
"version": "6.3.1", "version": "6.3.2",
"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-6.3.1-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.3.2-signed.msi",
"hash": "e983d5ff6a7a802af18ddb5bc20d8f4351a01601c238fcf99799d43048b13fde", "hash": "194c0de4573fc8c53124ceb17c716a528486418dacdfbe421f355bbd9ec78552",
"extract_dir": "MongoDB\\Server\\6.3" "extract_dir": "MongoDB\\Server\\6.3"
} }
}, },