mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
wstunnel: Update to version 5.0 (#4553)
* (chore): fix wstunnel autoupdate * wstunnel: Update to version 5.0
This commit is contained in:
parent
ea4a82dbcf
commit
a80b4ed0a7
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "4.1",
|
"version": "5.0",
|
||||||
"description": "Tunneling over websocket protocol",
|
"description": "Tunneling over websocket protocol",
|
||||||
"homepage": "https://github.com/erebe/wstunnel",
|
"homepage": "https://github.com/erebe/wstunnel",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/erebe/wstunnel/releases/download/v4.1/wstunnel-windows-x64.exe.zip",
|
"url": "https://github.com/erebe/wstunnel/releases/download/v5.0/wstunnel-windows-x64.zip",
|
||||||
"hash": "4112847c6d9666f68bf40ea2e8f0a359d8acd330e61391d98bb93bc8cd7a0ccc"
|
"hash": "976b9135e6dad490dbc070ed3221d690db8ec055c6dfa7e5315cde2e3fd74e9e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "wstunnel.exe",
|
"bin": "wstunnel.exe",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user