ScoopInstaller_Main/bucket/wstunnel.json
2023-11-09 20:24:18 +00:00

25 lines
781 B
JSON

{
"version": "7.9.2",
"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.2/wstunnel_7.9.2_windows_amd64.tar.gz",
"hash": "47af6d83e5dc14a35ac889a8c8ae40da5b0f2029fe16bf08766d741e2600063f"
}
},
"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"
}
}
}