ScoopInstaller_Main/bucket/wstunnel.json
2023-10-27 20:24:08 +00:00

25 lines
781 B
JSON

{
"version": "7.6.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/v7.6.0/wstunnel_7.6.0_windows_amd64.tar.gz",
"hash": "d85a4cce04facd561d79160f63bfbaf67ba34beaaa143c5a6d8dc1230e9cc9d8"
}
},
"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"
}
}
}