mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
51 lines
1.7 KiB
JSON
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": "20250427",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xtaci/kcptun/releases/download/v20250427/kcptun-windows-amd64-20250427.tar.gz",
|
|
"hash": "sha1:9d5575fd6c5d42801bd877f99d0140b4b6557394",
|
|
"bin": [
|
|
[
|
|
"client_windows_amd64.exe",
|
|
"kcptun-client"
|
|
],
|
|
[
|
|
"server_windows_amd64.exe",
|
|
"kcptun-server"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xtaci/kcptun/releases/download/v20250427/kcptun-windows-386-20250427.tar.gz",
|
|
"hash": "sha1:e19d13879747851aa50224f5b2248e0f99e5e6f4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|