ScoopInstaller_Main/bucket/wstunnel.json
2024-10-02 20:28:27 +00:00

25 lines
784 B
JSON

{
"version": "10.1.3",
"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.3/wstunnel_10.1.3_windows_amd64.tar.gz",
"hash": "899262b35cc6c8273272e8b13aeb17af75fb1c95706c1f2166491e608233ff73"
}
},
"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"
}
}
}