git-xet: Update checkver (#7688)

This commit is contained in:
Darloli 2026-02-26 15:56:05 +08:00 committed by GitHub
parent e6d4c908a2
commit e6e714de1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {