ScoopInstaller_Main/bucket/wstunnel.json
2023-12-04 20:24:58 +00:00

25 lines
781 B
JSON

{
"version": "8.2.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/v8.2.1/wstunnel_8.2.1_windows_amd64.tar.gz",
"hash": "f13ddc82bc699c590397b815639ac659b6c3d2ba709f585d165f5218c2a62503"
}
},
"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"
}
}
}