ScoopInstaller_Main/bucket/wstunnel.json
2024-09-02 12:31:42 +00:00

25 lines
784 B
JSON

{
"version": "10.1.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/v10.1.1/wstunnel_10.1.1_windows_amd64.tar.gz",
"hash": "5804b328f98f4f23aa5faec7ba79f95d402074e7f8610d7301be6da2882fed39"
}
},
"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"
}
}
}