ScoopInstaller_Main/tunnel.json
2018-04-29 18:00:22 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.6",
"homepage": "https://github.com/labstack/tunnel",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.6/tunnel_0.2.6_windows_32-bit.zip",
"hash": "d483601d7ba09e8d2dd7749ee42938eee962e1735194e90f3043b546f7f5784c"
},
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.6/tunnel_0.2.6_windows_64-bit.zip",
"hash": "8fb60f6693ee919c9bdbc38824f80ed903c1905b664ff97b3a91dccde77ca114"
}
},
"bin": "tunnel.exe",
"checkver": {
"github": "https://github.com/labstack/tunnel"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_32-bit.zip"
},
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_64-bit.zip"
}
},
"hash": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_checksum.txt"
}
}
}