ScoopInstaller_Main/tunnel.json
2018-12-10 19:10:54 +01:00

39 lines
1.4 KiB
JSON

{
"version": "0.2.12",
"homepage": "https://github.com/labstack/tunnel-client",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.2.12/tunnel-client_0.2.12_windows_32-bit.zip",
"hash": "bb5af7de73e6636f3e1cfe07af8be251f562248f9dac21eb886079d20893c10c"
},
"64bit": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.2.12/tunnel-client_0.2.12_windows_64-bit.zip",
"hash": "0923cb853726b9d62ab1b9cf9a1b18b2e5e0705fd3896143e1da948b0a8cf6eb"
}
},
"bin": [
[
"tunnel-client.exe",
"tunnel"
],
"tunnel-client.exe"
],
"checkver": {
"github": "https://github.com/labstack/tunnel-client"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel-client_$version_windows_32-bit.zip"
},
"64bit": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel-client_$version_windows_64-bit.zip"
}
},
"hash": {
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel-client_checksum.txt"
}
}
}