2024-07-06 08:28:02 +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": "20240706",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20240706/kcptun-windows-amd64-20240706.tar.gz",
"hash": "sha1:990a27962a322988d9bb5ef5f530b6df5e7bd7e5",
"bin": [
[
"client_windows_amd64.exe",
"kcptun-client"
],
[
"server_windows_amd64.exe",
"kcptun-server"
]
]
},
"32bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20240706/kcptun-windows-386-20240706.tar.gz",
"hash": "sha1:800e7e0a96c9e78c73dd8b663f75fa1394da8ad0",
"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"
}
}
}