mongodb: Update to version 5.2.0-rc1

This commit is contained in:
github-actions[bot] 2021-12-17 16:29:45 +00:00
parent 320143ed65
commit 58ed224628

View File

@ -1,5 +1,5 @@
{ {
"version": "5.2.0-rc0", "version": "5.2.0-rc1",
"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-rc0-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.2.0-rc1-signed.msi",
"hash": "52975ed7efedf52b56e8845cd6ec817c99041d664e38c0f33b197c9ee4788d64", "hash": "7963bf46224737b06ae0da7478cdd9584267c255ada07cf6c31070097bbaab08",
"extract_dir": "MongoDB\\Server\\5.2" "extract_dir": "MongoDB\\Server\\5.2"
} }
}, },