ScoopInstaller_Main/tunnel.json
2018-04-15 23:00:42 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.4",
"homepage": "https://github.com/labstack/tunnel",
"license": "https://github.com/labstack/tunnel/blob/master/LICENSE",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.4/tunnel_0.2.4_windows_32-bit.zip",
"hash": "8202e6ca6768acb9947cadf6b40aa7ad16ff6635bc5d416bc117a6e70231c5a6"
},
"64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.2.4/tunnel_0.2.4_windows_64-bit.zip",
"hash": "88872eb1e259193b1d4096cbf6d99ec250120ad8fdd80874ba44a82b2608fa2e"
}
},
"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"
}
}
}