ScoopInstaller_Main/bucket/wstunnel.json
2024-01-09 12:30:30 +00:00

25 lines
781 B
JSON

{
"version": "9.0.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.0.0/wstunnel_9.0.0_windows_amd64.tar.gz",
"hash": "47bb91083c0f64e0dd7b00a167329c43005c3b943dc3bd3a5d65fde0c2181b5e"
}
},
"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"
}
}
}