cormanlisp: Fix checkver url (#647)

This commit is contained in:
Ross Smith II 2019-12-17 01:03:12 -08:00 committed by Hsiao-nan Cheung
parent e381a69ee6
commit 82dc5b02ea

View File

@ -34,7 +34,7 @@
], ],
"checkver": { "checkver": {
"github": "https://github.com/sharplispers/cormanlisp", "github": "https://github.com/sharplispers/cormanlisp",
"regex": "tree/v([\\w.]+)/" "regex": "tree/v([\\w.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/sharplispers/cormanlisp/releases/download/v$version/CormanLisp-$version.zip" "url": "https://github.com/sharplispers/cormanlisp/releases/download/v$version/CormanLisp-$version.zip"