julia: Fix checkver

This commit is contained in:
Brandon Smith 2018-08-26 15:53:18 -04:00
parent 9a0312d3cc
commit 9354ee1425

View File

@ -37,7 +37,7 @@
], ],
"checkver": { "checkver": {
"url": "https://julialang.org/downloads/", "url": "https://julialang.org/downloads/",
"re": "<h1[^>]+>Current Release \\(v([\\d.]+)\\)</h1>" "re": "Current stable release \\(v([\\d.]+)\\)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {