ScoopInstaller_Main/bucket/wstunnel.json
2024-04-19 20:24:54 +00:00

25 lines
781 B
JSON

{
"version": "9.3.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/v9.3.0/wstunnel_9.3.0_windows_amd64.tar.gz",
"hash": "59d99c1785af22e653bc39681c74245f8d5882b8f054edb370f85fb72d935e14"
}
},
"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"
}
}
}