2023-08-13 12:30:45 +00:00

44 lines
1.8 KiB
JSON

{
"version": "0.1.10",
"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.10/tssh_0.1.10_windows_x86_64.zip",
"hash": "f43e18fa65eb3f1d5412d1facdbcaef44e28ad30bfdeadcaa23c3e5cbd1bf544",
"extract_dir": "tssh_0.1.10_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.10/tssh_0.1.10_windows_i386.zip",
"hash": "23200a2b9ee8948eef100ea99c2e002f9494b26d9fabea9007e853a70ccb42bf",
"extract_dir": "tssh_0.1.10_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.10/tssh_0.1.10_windows_aarch64.zip",
"hash": "b733bc0bfbe642cce5b6129e3ecea72eae62e766a4a421be8f8607928a3308f0",
"extract_dir": "tssh_0.1.10_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"
}
}
}
}