2019-11-04 23:01:10 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.5.1",
"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.1/tunnel_0.5.1_windows_32-bit.zip",
"hash": "16a419b05816912f944d70be4c1b468c6d816a177e752d6b6db18ee667146802"
},
"64bit": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.1/tunnel_0.5.1_windows_64-bit.zip",
"hash": "90c676a7a4286ef1c07e701146c5a175c757cd5d2cf37b331f822f6af464f149"
}
},
"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"
}
}
}