kcptun: Add version 20210922 (#3711)

* kcptun: Add version 20210922

* Update kcptun.json
This commit is contained in:
王煎饼 2022-06-26 22:25:39 +08:00 committed by GitHub
parent 096fc38770
commit 7ed0dab121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

50
bucket/kcptun.json Normal file
View File

@ -0,0 +1,50 @@
{
"homepage": "https://github.com/xtaci/kcptun",
"description": "A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC.",
"version": "20210922",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20210922/kcptun-windows-amd64-20210922.tar.gz",
"hash": "sha1:68b7ee324cc03497618533f7a0358c481e3de3f0",
"bin": [
[
"client_windows_amd64.exe",
"kcptun-client"
],
[
"server_windows_amd64.exe",
"kcptun-server"
]
]
},
"32bit": {
"url": "https://github.com/xtaci/kcptun/releases/download/v20210922/kcptun-windows-386-20210922.tar.gz",
"hash": "sha1:d15d3262cbbcabdce7e121452787b52a5c141cf3",
"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"
}
}
}