diff --git a/bucket/logcli.json b/bucket/logcli.json new file mode 100644 index 0000000000000..161b137e1fd16 --- /dev/null +++ b/bucket/logcli.json @@ -0,0 +1,31 @@ +{ + "version": "3.6.0", + "description": "LogCLI is the command-line interface for Grafana Loki", + "homepage": "https://github.com/grafana/loki", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/grafana/loki/releases/download/v3.6.0/logcli-windows-amd64.exe.zip", + "hash": "eb9922a3964d3509113644fc94983368cb177c886f85ffe88910da6542dc8920" + } + }, + "bin": [ + [ + "logcli-windows-amd64.exe", + "logcli" + ] + ], + "checkver": { + "github": "https://github.com/grafana/loki" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/grafana/loki/releases/download/v$version/logcli-windows-amd64.exe.zip" + } + }, + "hash": { + "url": "https://github.com/grafana/loki/releases/download/v$version/SHA256SUMS" + } + } +}