From a80b4ed0a7d4b266fa28234e1ed4ec394530775d Mon Sep 17 00:00:00 2001 From: Zarin Date: Tue, 14 Mar 2023 07:53:08 -0400 Subject: [PATCH] wstunnel: Update to version 5.0 (#4553) * (chore): fix wstunnel autoupdate * wstunnel: Update to version 5.0 --- bucket/wstunnel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } } }