mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +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": "20240716",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xtaci/kcptun/releases/download/v20240716/kcptun-windows-amd64-20240716.tar.gz",
|
|
"hash": "sha1:dd8ab4c0831a32c9e4a5b70707932ac69879c115",
|
|
"bin": [
|
|
[
|
|
"client_windows_amd64.exe",
|
|
"kcptun-client"
|
|
],
|
|
[
|
|
"server_windows_amd64.exe",
|
|
"kcptun-server"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/xtaci/kcptun/releases/download/v20240716/kcptun-windows-386-20240716.tar.gz",
|
|
"hash": "sha1:61dfea4805974c2f1382eed99796b67fcb37b443",
|
|
"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"
|
|
}
|
|
}
|
|
}
|