diff --git a/bucket/wstunnel.json b/bucket/wstunnel.json new file mode 100644 index 0000000000..ab46653ede --- /dev/null +++ b/bucket/wstunnel.json @@ -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" + } + } + } +}