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",
"bin": "fossil.exe",
"checkver": {
"url": "https://www.fossil-scm.org/index.html/uv/download.html",
"re": "Version ([\\d.]+)\""
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
"re": "Version ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip"