mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"version": "1.1.7",
|
|
"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.1.7/trzsz_1.1.7_windows_x86_64.zip",
|
|
"hash": "7f7c2cc47d5c12e349e761d0694cded0323c4ae3f606d06651927bbd88e6fbcc",
|
|
"extract_dir": "trzsz_1.1.7_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.1.7/trzsz_1.1.7_windows_i386.zip",
|
|
"hash": "840d854deaea74b4790f3ed32b74ee336da406de71b918cebedf23ad47c3973a",
|
|
"extract_dir": "trzsz_1.1.7_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.1.7/trzsz_1.1.7_windows_aarch64.zip",
|
|
"hash": "c40ef2c667a9bb393e91244edc55a6ef07f07f0efe477b22398fd45ba354f7be",
|
|
"extract_dir": "trzsz_1.1.7_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"
|
|
}
|
|
}
|
|
}
|