v: Fix checkver

This commit is contained in:
Issac Lin 2022-04-19 11:19:35 +08:00 committed by GitHub
parent f3f112f666
commit 00ae82d678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"extract_dir": "v",
"bin": "v.exe",
"checkver": {
"url": "https://github.com/vlang/v/releases",
"url": "https://api.github.com/repos/vlang/v/releases?per_page=100",
"regex": "releases/tag/([\\d.]+)"
},
"autoupdate": {