mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
784 B
JSON
25 lines
784 B
JSON
{
|
|
"version": "10.2.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/v10.2.0/wstunnel_10.2.0_windows_amd64.tar.gz",
|
|
"hash": "5a0da9baeb096a46c99b3beb87afa1ee89ab155d97735a387c4d26175c816e4d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|