elvish: (chore) Fix checkver regex

This commit is contained in:
tech189 2024-02-28 17:21:09 +00:00
parent 601abcbe2d
commit 266f738a74

View File

@ -17,7 +17,7 @@
"bin": "elvish.exe", "bin": "elvish.exe",
"checkver": { "checkver": {
"url": "https://elv.sh/get/", "url": "https://elv.sh/get/",
"regex": "\\s+([\\d.]+) \\(<a" "regex": "\"v([\\d.]+)\""
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {