ScoopInstaller_Main/bucket/wstunnel.json
2024-03-05 04:26:48 +00:00

25 lines
781 B
JSON

{
"version": "9.2.3",
"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.3/wstunnel_9.2.3_windows_amd64.tar.gz",
"hash": "c924a77ef9a186504a846cd99f5fe1654085f22d813db227626c9baffea8c1ca"
}
},
"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"
}
}
}