From fe1cf150c42146ffc196a8b52debca913b5433b2 Mon Sep 17 00:00:00 2001 From: Francois Botha Date: Thu, 27 Jan 2022 16:29:46 +0200 Subject: [PATCH] MongoDB: Use stable versions only (#3260) * Update checkver url to avoid SSL certificate error * Restrict MongoDB releases to stable only --- bucket/mongodb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index d2cdfb5f55..0251146c22 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -48,8 +48,8 @@ "log" ], "checkver": { - "url": "http://downloads.mongodb.org.s3.amazonaws.com/current.json", - "jsonpath": "$.versions[0].version" + "url": "http://downloads.mongodb.org/current.json", + "regex": "version\": \"(\\d+(\\.\\d+)*)\"" }, "autoupdate": { "architecture": {