{
    "version": "3.7.1",
    "description": "Command-line tool for querying and exploring logs in Grafana Loki.",
    "homepage": "https://grafana.com/docs/loki/latest/query/logcli/",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/grafana/loki/releases/download/v3.7.1/logcli-windows-amd64.exe.zip",
            "hash": "5abcbcb61f04724b834f96c5ce342b4c4d50cc7901ded3ec461ec53e45ab1292"
        }
    },
    "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"
        }
    }
}
