julia: Fix checkver (#63)

This commit is contained in:
Brandon Smith 2019-05-14 21:32:28 -04:00 committed by GitHub
parent c0eeb162d0
commit 494271a9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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