Fix mongodb version and checkver regex

This commit is contained in:
Will Ellis 2016-03-06 19:21:10 +01:00
parent b138bbf82c
commit 5cbdcfb90b

View File

@ -1,6 +1,6 @@
{
"homepage": "http://www.mongodb.org",
"version": "2.6.7",
"version": "3.2.3",
"license": "http://www.mongodb.org/about/licensing/",
"architecture": {
"64bit": {
@ -31,6 +31,6 @@
],
"checkver": {
"url": "http://www.mongodb.org/downloads",
"re": "Production Release \\(([^<]+)\\)"
"re": "Current Stable Release \\(([\\d.]+)\\)"
}
}