From 87aead8d57acdde1031b9d525d7c3e02cc65a708 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sun, 21 Oct 2018 21:59:13 -0400 Subject: [PATCH] mongodb: Fix checkver --- mongodb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongodb.json b/mongodb.json index daf2fd0ada..3cf502c0ba 100644 --- a/mongodb.json +++ b/mongodb.json @@ -28,8 +28,8 @@ "if(!(test-path 'C:\\data\\db')) { mkdir 'C:\\data\\db' > $null }" ], "checkver": { - "url": "https://www.mongodb.com/download-center", - "re": "Current Stable Release \\(([\\d.]+)\\)" + "url": "https://www.mongodb.com/download-center/community", + "re": "([\\d.]+) \\(current release\\)" }, "autoupdate": { "architecture": {