mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "0.1.20",
|
|
"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.20/tssh_0.1.20_windows_x86_64.zip",
|
|
"hash": "e99eadf7e923f1d467d7426ea9c4be05bb6d7814d6a7adc896d854b98087ea94",
|
|
"extract_dir": "tssh_0.1.20_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.20/tssh_0.1.20_windows_i386.zip",
|
|
"hash": "de5b7130f9e50d6a0ed5e42a3d040c6233edf2a092d572623a56fe52762e008e",
|
|
"extract_dir": "tssh_0.1.20_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.20/tssh_0.1.20_windows_aarch64.zip",
|
|
"hash": "ce7736208de1165de042a4acad0b7c493f8a462392e18571839134ddafb885a3",
|
|
"extract_dir": "tssh_0.1.20_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"
|
|
}
|
|
}
|
|
}
|
|
}
|