mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"version": "1.2.0",
|
|
"description": "trzsz ( trz / tsz ) is a simple file transfer tools, similar to lrzsz ( rz / sz ), and compatible with tmux.",
|
|
"homepage": "https://trzsz.github.io/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.2.0/trzsz_1.2.0_windows_x86_64.zip",
|
|
"hash": "0b46318a0fc7e39beaf97e6f07ab257f5b36fdffc3304118b6f72412dbbb52ca",
|
|
"extract_dir": "trzsz_1.2.0_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.2.0/trzsz_1.2.0_windows_i386.zip",
|
|
"hash": "00382942b74fae8d2d4bc6facaa4815d574ca33d1535abbb90287678e267c7e0",
|
|
"extract_dir": "trzsz_1.2.0_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.2.0/trzsz_1.2.0_windows_aarch64.zip",
|
|
"hash": "ed2d96019f7c3eeca63203b1e1725808a0a894dbbd3a26f8d9abec1d0852b1ec",
|
|
"extract_dir": "trzsz_1.2.0_windows_aarch64"
|
|
}
|
|
},
|
|
"bin": [
|
|
"trz.exe",
|
|
"tsz.exe",
|
|
"trzsz.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/trzsz/trzsz-go"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v$version/trzsz_$version_windows_x86_64.zip",
|
|
"extract_dir": "trzsz_$version_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v$version/trzsz_$version_windows_i386.zip",
|
|
"extract_dir": "trzsz_$version_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v$version/trzsz_$version_windows_aarch64.zip",
|
|
"extract_dir": "trzsz_$version_windows_aarch64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/trzsz_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|