mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-18 17:45:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.11",
|
|
"homepage": "https://github.com/labstack/tunnel-client",
|
|
"description": "Expose local servers to the internet securely.",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.11/tunnel_0.5.11_windows_32-bit.zip",
|
|
"hash": "dad7c8f53dc5439c75f30dfca9e1e1b78c10228d55c57dfc6ad05f9074e0cfd6"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.11/tunnel_0.5.11_windows_64-bit.zip",
|
|
"hash": "e25096a8b433ab20360664c5a0123ec091eef7892a230d6259244269e00360aa"
|
|
}
|
|
},
|
|
"bin": "tunnel.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel_$version_windows_32-bit.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel_$version_windows_64-bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksum.txt"
|
|
}
|
|
}
|
|
}
|