ScoopInstaller_Main/bucket/wstunnel.json
2024-12-17 12:43:29 +00:00

25 lines
784 B
JSON

{
"version": "10.1.8",
"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.8/wstunnel_10.1.8_windows_amd64.tar.gz",
"hash": "9a347db30dd3309e236167e0c03ac60367a358dca6b1ed2e303994acfa3c99f2"
}
},
"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"
}
}
}