mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
679 B
JSON
22 lines
679 B
JSON
{
|
|
"version": "5.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/v5.0/wstunnel-windows-x64.zip",
|
|
"hash": "976b9135e6dad490dbc070ed3221d690db8ec055c6dfa7e5315cde2e3fd74e9e"
|
|
}
|
|
},
|
|
"bin": "wstunnel.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/erebe/wstunnel/releases/download/v$version/wstunnel-windows-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|