ScoopInstaller_Main/bucket/wstunnel.json
2024-11-08 20:27:18 +00:00

25 lines
784 B
JSON

{
"version": "10.1.6",
"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.1.6/wstunnel_10.1.6_windows_amd64.tar.gz",
"hash": "ec7c0b8cb2b8f7e4f42929e28a69e3969eab3dfb969bfef2dd7e741c9e4e861e"
}
},
"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"
}
}
}