ScoopInstaller_Main/bucket/wstunnel.json
2023-11-26 20:23:45 +00:00

25 lines
781 B
JSON

{
"version": "8.0.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/v8.0.0/wstunnel_8.0.0_windows_amd64.tar.gz",
"hash": "0b1b60cd33686b86300134084bc35830aa5169390cd243746b5c67b019776edf"
}
},
"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"
}
}
}