ScoopInstaller_Main/bucket/wstunnel.json
2023-12-20 00:32:17 +00:00

25 lines
781 B
JSON

{
"version": "8.4.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/v8.4.1/wstunnel_8.4.1_windows_amd64.tar.gz",
"hash": "06b2d0803393cd44d2e57936a6a98beb53a45a0d463dc85a9f6ff992a10873c8"
}
},
"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"
}
}
}