MongoDB: Use stable versions only (#3260)

* Update checkver url to avoid SSL certificate error

* Restrict MongoDB releases to stable only
This commit is contained in:
Francois Botha 2022-01-27 16:29:46 +02:00 committed by GitHub
parent 69b97f509d
commit fe1cf150c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,8 @@
"log" "log"
], ],
"checkver": { "checkver": {
"url": "http://downloads.mongodb.org.s3.amazonaws.com/current.json", "url": "http://downloads.mongodb.org/current.json",
"jsonpath": "$.versions[0].version" "regex": "version\": \"(\\d+(\\.\\d+)*)\""
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {