ScoopInstaller_Main/tunnel.json
Vishal Rana c3ddc8f607 Fixed bin name for armor & tunnel (#2175)
Signed-off-by: Vishal Rana <vr@labstack.com>
2018-04-03 17:43:31 +02:00

23 lines
769 B
JSON

{
"version": "0.1.1",
"homepage": "https://github.com/labstack/tunnel",
"license": "https://github.com/labstack/tunnel/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.1.1/tunnel-0.1.1-windows-8.0-amd64.exe#/tunnel.exe",
"hash": "0fe800236fbfaa79c328b0bbd059cc2dfc2387d12cb106a627a2e25afafabd9d"
}
},
"bin": "tunnel.exe",
"checkver": {
"github": "https://github.com/labstack/tunnel"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel-$version-windows-8.0-amd64.exe#/tunnel.exe"
}
}
}
}