ScoopInstaller_Main/bucket/wstunnel.json
2023-10-26 20:24:07 +00:00

25 lines
781 B
JSON

{
"version": "7.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/v7.5.0/wstunnel_7.5.0_windows_amd64.tar.gz",
"hash": "776d2823fb482c0beab7628d4a4037893911d9cc56fb34c409fb97a8d6490e08"
}
},
"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"
}
}
}