mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-04 16:24:40 +00:00
git-xet: Add version 0.2.1 (#7563)
Co-authored-by: z-Fng <54583083+z-Fng@users.noreply.github.com>
This commit is contained in:
parent
d47282a46b
commit
a68b2ebdb3
34
bucket/git-xet.json
Normal file
34
bucket/git-xet.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"version": "0.2.1",
|
||||
"description": "Git LFS custom transfer agent that implements upload and download of files using the Xet protocol.",
|
||||
"homepage": "https://huggingface.co/docs/hub/xet/index",
|
||||
"license": "Apache-2.0",
|
||||
"notes": "Follow instructions in `git xet install --help` after installation.",
|
||||
"suggest": {
|
||||
"Git": [
|
||||
"git",
|
||||
"git-with-openssh"
|
||||
],
|
||||
"Git LFS": "git-lfs",
|
||||
"vcredist": "extras/vcredist2022"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/huggingface/xet-core/releases/download/git-xet-v0.2.1/git-xet-windows-x86_64.zip",
|
||||
"hash": "427179c2f410bb0a1da28df590adcfbdc8fff50369f295da148fb1c9c27d2cea"
|
||||
}
|
||||
},
|
||||
"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.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/huggingface/xet-core/releases/download/git-xet-v$version/git-xet-windows-x86_64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user