wstunnel: Add version 4.1 (#3971)

This commit is contained in:
ftk 2022-09-26 15:38:28 +00:00 committed by GitHub
parent 00a3dd2af8
commit d72066e619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/wstunnel.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "4.1",
"description": "Tunneling over websocket protocol",
"homepage": "https://github.com/erebe/wstunnel",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/erebe/wstunnel/releases/download/v4.1/wstunnel-windows-x64.exe.zip",
"hash": "4112847c6d9666f68bf40ea2e8f0a359d8acd330e61391d98bb93bc8cd7a0ccc"
}
},
"bin": "wstunnel.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/erebe/wstunnel/releases/download/v$version/wstunnel-windows-x64.exe.zip"
}
}
}
}