ScoopInstaller_Main/bucket/wstunnel.json
2024-08-17 00:33:26 +00:00

25 lines
784 B
JSON

{
"version": "10.0.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.0.1/wstunnel_10.0.1_windows_amd64.tar.gz",
"hash": "1beb8ab53328fd4a365ccedd4dea3d3f7bb50d6d716aee41ed00aca56e029507"
}
},
"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"
}
}
}