2025-11-24 12:32:22 +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": "20251124",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20251124/kcptun-windows-amd64-20251124.tar.gz",
"hash": "sha1:c454b92d2fdd3be299140b10fd8adb0bd92be786",
"bin": [
[
"client_windows_amd64.exe",
"kcptun-client"
],
[
"server_windows_amd64.exe",
"kcptun-server"
]
]
},
"32bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20251124/kcptun-windows-386-20251124.tar.gz",
"hash": "sha1:cf8ea7d18f1d1aa7aefe2afb94aef915d82f871d",
"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"
}
}
}