mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.6",
|
|
"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.6/tunnel_0.5.6_windows_32-bit.zip",
|
|
"hash": "f4f05c4c6de35e4179f8a1376e78dd9c256804aa173827960dbbc8ed0f00a0d1"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.6/tunnel_0.5.6_windows_64-bit.zip",
|
|
"hash": "bc742804dc36778c7e33bd4597b297cedd7e997c55947d1a0c1afcf7183caf9b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|