ScoopInstaller_Main/bucket/wstunnel.json
2023-11-16 16:29:02 +00:00

25 lines
781 B
JSON

{
"version": "7.9.3",
"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/v7.9.3/wstunnel_7.9.3_windows_amd64.tar.gz",
"hash": "ccd426b0ac0f0e1c7ce31393bb2aa60603867a436e6041b6e6e4335f7ec96fa3"
}
},
"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"
}
}
}