diff --git a/bucket/wstunnel.json b/bucket/wstunnel.json index ab46653ede..f02b880b70 100644 --- a/bucket/wstunnel.json +++ b/bucket/wstunnel.json @@ -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" } } }