mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
kcptun: Add version 20210922 (#3711)
* kcptun: Add version 20210922 * Update kcptun.json
This commit is contained in:
parent
096fc38770
commit
7ed0dab121
50
bucket/kcptun.json
Normal file
50
bucket/kcptun.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user