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.14",
|
|
"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.14/tssh_0.1.14_windows_x86_64.zip",
|
|
"hash": "10cac1b0a3249d3005911dbe416ea9e18feb0e0e1a8a595f7d5ab419ca27d74f",
|
|
"extract_dir": "tssh_0.1.14_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.14/tssh_0.1.14_windows_i386.zip",
|
|
"hash": "a0e3607de8013793b57b2303664ac2d3422927d40162eb65cf19b43b8aa9c8c1",
|
|
"extract_dir": "tssh_0.1.14_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/trzsz/trzsz-ssh/releases/download/v0.1.14/tssh_0.1.14_windows_aarch64.zip",
|
|
"hash": "550a4ebbdfcfe123f2f292b85d8aae426c13848522ce3df9ed26772cf1498428",
|
|
"extract_dir": "tssh_0.1.14_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"
|
|
}
|
|
}
|
|
}
|
|
}
|