mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
687 B
JSON
22 lines
687 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|