mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "0.1.11",
|
|
"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.11/tssh_0.1.11_windows_x86_64.zip",
|
|
"hash": "90d17f8dc378de4f07c69cd7431b859743fb61ba490d1702e7339084900e35b3",
|
|
"extract_dir": "tssh_0.1.11_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.11/tssh_0.1.11_windows_i386.zip",
|
|
"hash": "5af2414d65866e5f435aa8df3fcc2b410884e97612627b6a0cba844dda81cc2d",
|
|
"extract_dir": "tssh_0.1.11_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.11/tssh_0.1.11_windows_aarch64.zip",
|
|
"hash": "88667ad9c1ba895e50f021af9af23b15a0384eae440c0c4e9264992658f0c82e",
|
|
"extract_dir": "tssh_0.1.11_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"
|
|
}
|
|
}
|
|
}
|
|
}
|