chore: Update compatible checkver to github (#7380)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2025-11-27 12:12:43 +00:00 committed by GitHub
parent 76591d9794
commit 4ff6a4d64b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 19 additions and 18 deletions

View File

@ -15,8 +15,8 @@
}, },
"bin": "AtomicParsley.exe", "bin": "AtomicParsley.exe",
"checkver": { "checkver": {
"url": "https://github.com/wez/atomicparsley/releases", "github": "https://github.com/wez/atomicparsley",
"regex": "tree\\/([\\d.[a-f]+)\"" "regex": "/releases/tag/(\\d+\\.\\d+\\.[a-f0-9]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -7,10 +7,9 @@
"hash": "bbe48de9102d0f2520d292d65897001c1d068340eb7cd74dd1ee30c1a9091c4a", "hash": "bbe48de9102d0f2520d292d65897001c1d068340eb7cd74dd1ee30c1a9091c4a",
"bin": "cloc.exe", "bin": "cloc.exe",
"checkver": { "checkver": {
"url": "https://github.com/AlDanial/cloc/releases", "github": "https://github.com/AlDanial/cloc"
"regex": "/releases/tag/(?<prefix>v?)(?<version>[\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/AlDanial/cloc/releases/download/$matchPrefix$version/cloc-$version.exe#/cloc.exe" "url": "https://github.com/AlDanial/cloc/releases/download/v$version/cloc-$version.exe#/cloc.exe"
} }
} }

View File

@ -11,13 +11,17 @@
}, },
"bin": "k0s.exe", "bin": "k0s.exe",
"checkver": { "checkver": {
"url": "https://github.com/k0sproject/k0s/releases", "github": "https://github.com/k0sproject/k0s",
"regex": "v([\\d.]+\\+k0s[\\d.]+)" "regex": "v(\\d+\\.\\d+\\.\\d+\\+k0s\\.\\d+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe" "url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe",
"hash": {
"url": "$baseurl/sha256sums.txt",
"regex": "$sha256\\s\\*k0s-v$version-amd64.exe"
}
} }
} }
} }

View File

@ -11,8 +11,8 @@
}, },
"bin": "kn.exe", "bin": "kn.exe",
"checkver": { "checkver": {
"url": "https://github.com/knative/client/releases", "github": "https://github.com/knative/client",
"regex": "knative-v([\\d.]+)" "regex": "/releases/tag/knative-v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -11,8 +11,8 @@
}, },
"bin": "lychee.exe", "bin": "lychee.exe",
"checkver": { "checkver": {
"url": "https://github.com/lycheeverse/lychee/releases", "github": "https://github.com/lycheeverse/lychee",
"regex": "releases/tag/lychee-v([\\d.]+)" "regex": "/releases/tag/lychee-v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -12,8 +12,8 @@
}, },
"bin": "suanPan.exe", "bin": "suanPan.exe",
"checkver": { "checkver": {
"url": "https://github.com/TLCFEM/suanPan/releases", "github": "https://github.com/TLCFEM/suanPan",
"regex": "suanPan-v([\\d.]+)" "regex": "/releases/tag/suanPan-v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -17,8 +17,7 @@
}, },
"bin": "typst.exe", "bin": "typst.exe",
"checkver": { "checkver": {
"url": "https://github.com/typst/typst/releases", "github": "https://github.com/typst/typst"
"regex": "tag/v?([\\d.-]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {

View File

@ -20,8 +20,7 @@
"yazi.exe" "yazi.exe"
], ],
"checkver": { "checkver": {
"url": "https://github.com/sxyazi/yazi/releases", "github": "https://github.com/sxyazi/yazi"
"regex": "tag/v?([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {