2024-03-16 16:29:45 +00:00

44 lines
1.8 KiB
JSON

{
"version": "0.1.19",
"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.19/tssh_0.1.19_windows_x86_64.zip",
"hash": "acd5058d526d527003730ab41fef7575f4c7d255009eddf4d86180931019b9f4",
"extract_dir": "tssh_0.1.19_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.19/tssh_0.1.19_windows_i386.zip",
"hash": "e3e42dcb71fe6d841848a68372bf80eba394646902523e5aa81edefc427037fb",
"extract_dir": "tssh_0.1.19_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.19/tssh_0.1.19_windows_aarch64.zip",
"hash": "2b8af3f81187ad1877fd6a9299fb1caaf0efbed2ffd1405fa5174cdcfb3d9784",
"extract_dir": "tssh_0.1.19_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"
}
}
}
}