2024-01-16 20:24:32 +00:00

43 lines
1.8 KiB
JSON

{
"version": "0.1.6",
"description": "SSH3: faster and rich secure shell using HTTP/3",
"homepage": "https://github.com/francoismichel/ssh3",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/francoismichel/ssh3/releases/download/v0.1.6/ssh3_0.1.6_clientonly_windows_x86_64.zip",
"hash": "943b2d98bb449f216dbe35387a0d021c1b8d03efa795637f82f699aa26029a93"
},
"32bit": {
"url": "https://github.com/francoismichel/ssh3/releases/download/v0.1.6/ssh3_0.1.6_clientonly_windows_i386.zip",
"hash": "6c2d6b3c85277ce7d8c82cf8a31599869639bbbef4d00e9840287607810d1d65"
},
"arm64": {
"url": "https://github.com/francoismichel/ssh3/releases/download/v0.1.6/ssh3_0.1.6_clientonly_windows_arm64.zip",
"hash": "427d4900dca30c77d9cdc017a6cfdfa43a1e17ed78aca2ac936c9b2342388e0a"
}
},
"bin": "ssh3.exe",
"checkver": {
"url": "https://api.github.com/repositories/712363932/releases",
"jsonpath": "$[0].tag_name",
"regex": "v([\\d.]+(?:-[^-]+)?)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/francoismichel/ssh3/releases/download/v$version/ssh3_$version_clientonly_windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/francoismichel/ssh3/releases/download/v$version/ssh3_$version_clientonly_windows_i386.zip"
},
"arm64": {
"url": "https://github.com/francoismichel/ssh3/releases/download/v$version/ssh3_$version_clientonly_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/ssh3_$version_clientonly_windows_checksums.txt"
}
}
}