mongodb: Update to version 4.4.4

This commit is contained in:
Jakub Čábera 2021-02-16 17:58:41 +01:00
parent 672753b05c
commit 531b972f76

View File

@ -1,5 +1,5 @@
{ {
"version": "4.4.4-rc1", "version": "4.4.4",
"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-4.4.4-rc1-signed.msi", "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.4-signed.msi",
"hash": "275ceac2531a9a79a9254343921b00ebbade5e17d6d23428bfc543fd416a8379", "hash": "170eda3fb648ade8350a5bb0f1ffa367d81b020ea18e6e9e28107a77fff0d340",
"extract_dir": "MongoDB\\Server\\4.4" "extract_dir": "MongoDB\\Server\\4.4"
} }
}, },