ScoopInstaller_Main/bucket/wstunnel.json
2024-05-01 16:27:26 +00:00

25 lines
781 B
JSON

{
"version": "9.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/v9.4.1/wstunnel_9.4.1_windows_amd64.tar.gz",
"hash": "46c081f2560850efb0b988c29acb41e89ba3dcac9886e5a760ee93d134ac7f56"
}
},
"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"
}
}
}