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",
"checkver": {
"url": "https://github.com/wez/atomicparsley/releases",
"regex": "tree\\/([\\d.[a-f]+)\""
"github": "https://github.com/wez/atomicparsley",
"regex": "/releases/tag/(\\d+\\.\\d+\\.[a-f0-9]+)"
},
"autoupdate": {
"architecture": {

View File

@ -7,10 +7,9 @@
"hash": "bbe48de9102d0f2520d292d65897001c1d068340eb7cd74dd1ee30c1a9091c4a",
"bin": "cloc.exe",
"checkver": {
"url": "https://github.com/AlDanial/cloc/releases",
"regex": "/releases/tag/(?<prefix>v?)(?<version>[\\d.]+)"
"github": "https://github.com/AlDanial/cloc"
},
"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",
"checkver": {
"url": "https://github.com/k0sproject/k0s/releases",
"regex": "v([\\d.]+\\+k0s[\\d.]+)"
"github": "https://github.com/k0sproject/k0s",
"regex": "v(\\d+\\.\\d+\\.\\d+\\+k0s\\.\\d+)"
},
"autoupdate": {
"architecture": {
"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",
"checkver": {
"url": "https://github.com/knative/client/releases",
"regex": "knative-v([\\d.]+)"
"github": "https://github.com/knative/client",
"regex": "/releases/tag/knative-v([\\d.]+)"
},
"autoupdate": {
"architecture": {

View File

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

View File

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

View File

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

View File

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