ScoopInstaller_Main/bucket/wstunnel.json
2025-07-01 12:31:36 +00:00

25 lines
784 B
JSON

{
"version": "10.4.4",
"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/v10.4.4/wstunnel_10.4.4_windows_amd64.tar.gz",
"hash": "3d406e7c3063b40d4ffbf9735662999f79addcecc3b25fa6df14343a9313b0c6"
}
},
"bin": "wstunnel.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/erebe/wstunnel/releases/download/v$version/wstunnel_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}