mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
chore: Update compatible checkver to github (#7380)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
76591d9794
commit
4ff6a4d64b
@ -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": {
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user