mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "0.1.18",
|
|
"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.18/tssh_0.1.18_windows_x86_64.zip",
|
|
"hash": "298b386c2fb944e264a0cd1694b823023bec61aaecf7a4da7c95600830b1054a",
|
|
"extract_dir": "tssh_0.1.18_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.18/tssh_0.1.18_windows_i386.zip",
|
|
"hash": "ae929cd6d1dacd6a5cc47a7e5e3c4d3b99477b2309dde122d5f7808d4deb7d87",
|
|
"extract_dir": "tssh_0.1.18_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.18/tssh_0.1.18_windows_aarch64.zip",
|
|
"hash": "ce05f7154750420ce38a9b0d092aeab75200735898b0f5581c87db7209c3757c",
|
|
"extract_dir": "tssh_0.1.18_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"
|
|
}
|
|
}
|
|
}
|
|
}
|