ScoopInstaller_Main/bucket/wstunnel.json
2024-01-25 20:24:20 +00:00

25 lines
781 B
JSON

{
"version": "9.2.2",
"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/v9.2.2/wstunnel_9.2.2_windows_amd64.tar.gz",
"hash": "cdf94f18ab27e3f6e24add4ac369517fe59f9156b4309c928164035afb8f0c04"
}
},
"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"
}
}
}