mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"version": "8.3.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/v8.3.0/wstunnel_8.3.0_windows_amd64.tar.gz",
|
|
"hash": "4e6e01948bbd969f58b1535f30efc9b75c63e0d362b9487b9ea8ebe768ce893e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|