ScoopInstaller_Main/bucket/wstunnel.json
2025-05-13 20:29:24 +00:00

25 lines
784 B
JSON

{
"version": "10.3.0",
"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/v10.3.0/wstunnel_10.3.0_windows_amd64.tar.gz",
"hash": "1f51878a942154817cfdddff9e9b34185151846a6248931e99c673575819130b"
}
},
"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"
}
}
}