ScoopInstaller_Main/tunnel.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.5",
"homepage": "https://github.com/labstack/tunnel",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.5/tunnel_0.2.5_windows_32-bit.zip",
"hash": "7d27fe148c03b605848f5947f39f4764c407a1deac94749d68bccee33913739d"
},
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.5/tunnel_0.2.5_windows_64-bit.zip",
"hash": "e83999c44f6a920128965bc02287edd782de3687669585e5c405f0d956c3c796"
}
},
"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"
}
}
}