mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
22 lines
687 B
JSON
22 lines
687 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.exe.zip",
|
|
"hash": "dd1d75855f4f28bf73d05ba34282f04cd2813aeb3f969b96f932e89b0aeee874"
|
|
}
|
|
},
|
|
"bin": "wstunnel.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/erebe/wstunnel/releases/download/v$version/wstunnel-windows-x64.exe.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|