mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-25 13:05:14 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.4",
|
|
"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.3.4/tunnel_0.3.4_windows_32-bit.zip",
|
|
"hash": "c936f3addb89f229890e841684b39d73d171f6e81d7a93784df17d6d5473e9d6"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.3.4/tunnel_0.3.4_windows_64-bit.zip",
|
|
"hash": "5658ff03282fe60eb1b7490d26af229eb46c89b2ea11d080f83fd7767de93f41"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|