mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"version": "1.1.8",
|
|
"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.8/trzsz_1.1.8_windows_x86_64.zip",
|
|
"hash": "1a20d36a77f1cc5957b80feef51d5e9f0dde6c305a29870ed0ef7967b82c3134",
|
|
"extract_dir": "trzsz_1.1.8_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.1.8/trzsz_1.1.8_windows_i386.zip",
|
|
"hash": "3b87a6c154d367526461b0c4acd233833527d99366c63559624b5dd462267628",
|
|
"extract_dir": "trzsz_1.1.8_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.1.8/trzsz_1.1.8_windows_aarch64.zip",
|
|
"hash": "8155e2d15b421e21a6fc3277de8c4d7bf2b8414dd49fe40af465736757dbafca",
|
|
"extract_dir": "trzsz_1.1.8_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"
|
|
}
|
|
}
|
|
}
|