ScoopInstaller_Main/bucket/wstunnel.json
2024-05-22 16:29:46 +00:00

25 lines
781 B
JSON

{
"version": "9.5.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/v9.5.2/wstunnel_9.5.2_windows_amd64.tar.gz",
"hash": "2e9ace7c28f212ebb05565c6e05d8ac9bfcec155be9bd6e1a3825b139421ed39"
}
},
"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"
}
}
}