2023-02-14 16:30:16 +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": "20230214",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20230214/kcptun-windows-amd64-20230214.tar.gz",
"hash": "sha1:b15f165a92b8754f7fc72160fec78ea992c647f5",
"bin": [
[
"client_windows_amd64.exe",
"kcptun-client"
],
[
"server_windows_amd64.exe",
"kcptun-server"
]
]
},
"32bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20230214/kcptun-windows-386-20230214.tar.gz",
"hash": "sha1:e169df4c8b9f95131e464a4cd171e8b2878ee2c4",
"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"
}
}
}