2023-12-09 20:23:33 +00:00

44 lines
1.8 KiB
JSON

{
"version": "0.1.15",
"description": "A simple ssh client with trzsz ( trz / tsz ) support.",
"homepage": "https://trzsz.github.io/ssh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.15/tssh_0.1.15_windows_x86_64.zip",
"hash": "a8ce579c699084af18cc2d3ca467790d5ee81a897bcb64b97f7a1bd82c4ddccb",
"extract_dir": "tssh_0.1.15_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.15/tssh_0.1.15_windows_i386.zip",
"hash": "519c1ae5e0f39d9184a1e7a6c445bf318cd4fdf819d570943e20ef389e4ce693",
"extract_dir": "tssh_0.1.15_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.15/tssh_0.1.15_windows_aarch64.zip",
"hash": "a2695c7e01a6c010c21fc9a0bf304aae492713884c3c54d724ebeadde105b962",
"extract_dir": "tssh_0.1.15_windows_aarch64"
}
},
"bin": "tssh.exe",
"checkver": {
"github": "https://github.com/trzsz/trzsz-ssh"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v$version/tssh_$version_windows_x86_64.zip",
"extract_dir": "tssh_$version_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v$version/tssh_$version_windows_i386.zip",
"extract_dir": "tssh_$version_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v$version/tssh_$version_windows_aarch64.zip",
"extract_dir": "tssh_$version_windows_aarch64"
}
}
}
}