2024-08-18 12:31:42 +00:00

44 lines
1.8 KiB
JSON

{
"version": "0.1.22",
"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.22/tssh_0.1.22_windows_x86_64.zip",
"hash": "c80109640cced9bec668a32a5de79d191dd3a551e44f1173798bef220f6d7321",
"extract_dir": "tssh_0.1.22_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.22/tssh_0.1.22_windows_i386.zip",
"hash": "94afb65a192ff2a2b72b590e7ed1c27f261741ba4764df0dc6c29713543afc66",
"extract_dir": "tssh_0.1.22_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.22/tssh_0.1.22_windows_aarch64.zip",
"hash": "5974b7d444ef33a892334bb2c59b0cf1e58bd4bc498a0daf1b196b919dd4e82d",
"extract_dir": "tssh_0.1.22_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"
}
}
}
}