2023-10-12 16:27:36 +00:00

51 lines
1.7 KiB
JSON

{
"homepage": "https://github.com/xtaci/kcptun",
"description": "A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC.",
"version": "20231012",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20231012/kcptun-windows-amd64-20231012.tar.gz",
"hash": "sha1:b370c50569b29c22b635f8e64a6d2b77b9a5974e",
"bin": [
[
"client_windows_amd64.exe",
"kcptun-client"
],
[
"server_windows_amd64.exe",
"kcptun-server"
]
]
},
"32bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20231012/kcptun-windows-386-20231012.tar.gz",
"hash": "sha1:f800492ea1f53c328eda8d2ad9396a9f101e2519",
"bin": [
[
"client_windows_386.exe",
"kcptun-client"
],
[
"server_windows_386.exe",
"kcptun-server"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v$version/kcptun-windows-amd64-$version.tar.gz"
},
"32bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v$version/kcptun-windows-386-$version.tar.gz"
}
},
"hash": {
"url": "https://github.com/xtaci/kcptun/releases"
}
}
}