wstunnel: Update to version 5.0 (#4553)

* (chore): fix wstunnel autoupdate

* wstunnel: Update to version 5.0
This commit is contained in:
Zarin 2023-03-14 07:53:08 -04:00 committed by GitHub
parent ea4a82dbcf
commit a80b4ed0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{
"version": "4.1",
"version": "5.0",
"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"
"url": "https://github.com/erebe/wstunnel/releases/download/v5.0/wstunnel-windows-x64.zip",
"hash": "976b9135e6dad490dbc070ed3221d690db8ec055c6dfa7e5315cde2e3fd74e9e"
}
},
"bin": "wstunnel.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/erebe/wstunnel/releases/download/v$version/wstunnel-windows-x64.exe.zip"
"url": "https://github.com/erebe/wstunnel/releases/download/v$version/wstunnel-windows-x64.zip"
}
}
}