2019-11-04 16:01:12 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.5.0",
"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.0/tunnel_0.5.0_windows_32-bit.zip",
"hash": "e0d32de0df5181b7117deabcb8f04e6d3070ee6f1dae6b2c0ee603e5146a3a2e"
},
"64bit": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.0/tunnel_0.5.0_windows_64-bit.zip",
"hash": "425a51b6130ee5293c3c60e9388a4eeae9ad5383e36bc617fc27563fe1590daf"
}
},
"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"
}
}
}