mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 07:44:43 +00:00
git-xet: Update checkver (#7688)
This commit is contained in:
parent
e6d4c908a2
commit
e6e714de1d
@ -20,9 +20,9 @@
|
||||
},
|
||||
"bin": "git-xet.exe",
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repos/huggingface/xet-core/releases?per_page=100",
|
||||
"jsonpath": "$..tag_name",
|
||||
"regex": "git-xet-v([\\d.]+)"
|
||||
"url": "https://api.github.com/repos/huggingface/xet-core/releases?per_page=45",
|
||||
"jsonpath": "$[?(@.prerelease == false)].assets[?(@.name =~ /git-xet/i)].browser_download_url",
|
||||
"regex": "(?i)download/git-xet-v([\\d.]+)/git-xet"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user