ScoopInstaller_Main/bucket/wstunnel.json
2024-03-28 09:07:13 +00:00

25 lines
781 B
JSON

{
"version": "9.2.5",
"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.2.5/wstunnel_9.2.5_windows_amd64.tar.gz",
"hash": "137d819a5d46b60c66c56518560f1bf6b9e63c64ad946019e64fbf2232f6209f"
}
},
"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"
}
}
}