mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "0.1.13",
|
|
"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.13/tssh_0.1.13_windows_x86_64.zip",
|
|
"hash": "3a55ca2e108a1912cd550923bca6500b074412dc81e571dd0a267420b109765b",
|
|
"extract_dir": "tssh_0.1.13_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.13/tssh_0.1.13_windows_i386.zip",
|
|
"hash": "03fe99609d1608956a1c8830aede7040056e844a3b8872d54a64409fec3c20ee",
|
|
"extract_dir": "tssh_0.1.13_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.13/tssh_0.1.13_windows_aarch64.zip",
|
|
"hash": "484bd18501548d0dd05a82a00ef6447012c9e9e14732d3f4bbffadf934c816c1",
|
|
"extract_dir": "tssh_0.1.13_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"
|
|
}
|
|
}
|
|
}
|
|
}
|