mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
51 lines
2.0 KiB
JSON
51 lines
2.0 KiB
JSON
{
|
|
"version": "1.1.6",
|
|
"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.6/trzsz_1.1.6_windows_x86_64.zip",
|
|
"hash": "5fe14520f4d5914c59b1368d38ba875e314abacae229b489555b1045dd4bdea9",
|
|
"extract_dir": "trzsz_1.1.6_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.1.6/trzsz_1.1.6_windows_i386.zip",
|
|
"hash": "69ce3b286ed3ff6e2aebd8939c88125f0d7de9bb5ec321b8cbdd9158d3328a43",
|
|
"extract_dir": "trzsz_1.1.6_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-go/releases/download/v1.1.6/trzsz_1.1.6_windows_aarch64.zip",
|
|
"hash": "b01fd1a327e0bb7c81260fb6b627f387b37224243db4b35bc41660cdcdb631c9",
|
|
"extract_dir": "trzsz_1.1.6_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"
|
|
}
|
|
}
|
|
}
|