ScoopInstaller_Main/bucket/wstunnel.json
2023-11-02 12:30:09 +00:00

25 lines
781 B
JSON

{
"version": "7.9.1",
"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.9.1/wstunnel_7.9.1_windows_amd64.tar.gz",
"hash": "c2ac6d4dd581438c412f11d9560c9d41df0207a617fbf4b715deca142a69c04b"
}
},
"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"
}
}
}