fossil: Fix checkver

This commit is contained in:
Brandon Smith 2018-08-26 15:50:59 -04:00
parent 2d04f32035
commit 9a0312d3cc

View File

@ -6,8 +6,8 @@
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.6.zip", "url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.6.zip",
"bin": "fossil.exe", "bin": "fossil.exe",
"checkver": { "checkver": {
"url": "https://www.fossil-scm.org/index.html/uv/download.html", "url": "https://www.fossil-scm.org/index.html/uv/download.js",
"re": "Version ([\\d.]+)\"" "re": "Version ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip" "url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip"