ScoopInstaller_Main/bucket/wstunnel.json
2024-09-28 08:29:17 +00:00

25 lines
784 B
JSON

{
"version": "10.1.2",
"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.2/wstunnel_10.1.2_windows_amd64.tar.gz",
"hash": "fc7a7be04a4d6f43501b61b7dcf2a7e0db84fd9e4292f7bd1b1f443128c5e6c8"
}
},
"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"
}
}
}