{
    "version": "24.1.1",
    "description": "Dig into ClickHouse with TUI interface.",
    "homepage": "https://github.com/azat/chdig",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/azat/chdig/releases/download/v24.1.1/chdig-windows.exe.gz",
            "hash": "fb49ead32443cfff5320d7d5d5676b82b4872b0d714cbce837a862869be943fd"
        }
    },
    "pre_install": "Rename-Item \"$dir\\chdig-windows.exe\" 'chdig.exe'",
    "bin": "chdig.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/azat/chdig/releases/download/v$version/chdig-windows.exe.gz"
            }
        }
    }
}
