ScoopInstaller_Main/tunnel.json
2018-05-01 00:00:29 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.7",
"homepage": "https://github.com/labstack/tunnel",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.7/tunnel_0.2.7_windows_32-bit.zip",
"hash": "95be56c2b3a806e8d4648bdb8f36759194a66edadc42849a9e4010802f316551"
},
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.7/tunnel_0.2.7_windows_64-bit.zip",
"hash": "1ac18c7309d6e9a8efc166ffa7a744ea4367c3d82a1bed59c0393817b7f10742"
}
},
"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"
}
}
}