2024-07-07 04:27:12 +00:00

44 lines
1.8 KiB
JSON

{
"version": "0.1.21",
"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.21/tssh_0.1.21_windows_x86_64.zip",
"hash": "1b0b14159150e63314ad486dbade5274719f0b545799727070bbf5f59b620fef",
"extract_dir": "tssh_0.1.21_windows_x86_64"
},
"32bit": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.21/tssh_0.1.21_windows_i386.zip",
"hash": "cd7d6097f4232fb600e9ff7108ec5ef8554816fc3ff225960e70381dc8674094",
"extract_dir": "tssh_0.1.21_windows_i386"
},
"arm64": {
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.21/tssh_0.1.21_windows_aarch64.zip",
"hash": "48297e745c0bf4de2ec46f5f055dc71b6f28dbe623c6747e6e9c0d7af7beb70e",
"extract_dir": "tssh_0.1.21_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"
}
}
}
}