ScoopInstaller_Main/bucket/wstunnel.json
2025-10-11 20:26:49 +00:00

25 lines
784 B
JSON

{
"version": "10.5.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.5.0/wstunnel_10.5.0_windows_amd64.tar.gz",
"hash": "ab15d25d61b1a0d170059193d55d113ec54b50e88490c0e6d62fe94abd607162"
}
},
"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"
}
}
}