ScoopInstaller_Main/bucket/wstunnel.json
Zarin a80b4ed0a7
wstunnel: Update to version 5.0 (#4553)
* (chore): fix wstunnel autoupdate

* wstunnel: Update to version 5.0
2023-03-14 17:23:08 +05:30

22 lines
679 B
JSON

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