mongodb: Update to version 5.2.0-rc4

This commit is contained in:
github-actions[bot] 2022-01-06 16:30:36 +00:00
parent 051c83ac22
commit aaa6a50ee1

View File

@ -1,5 +1,5 @@
{ {
"version": "5.2.0-rc3", "version": "5.2.0-rc4",
"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-5.2.0-rc3-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc4-signed.msi",
"hash": "1c9ac933f453d5a0cc093c7cf6a30bd64e34af7e3b54c31d8de251f030388ded", "hash": "ae878e7ec575fc12aa3b9fe0090c82c6e48040f7152ff4bbb692024ae819f8e1",
"extract_dir": "MongoDB\\Server\\5.2" "extract_dir": "MongoDB\\Server\\5.2"
} }
}, },