{
    "version": "0.17.0",
    "description": "Real-time logging dashboard for Kubernetes",
    "homepage": "https://github.com/kubetail-org/kubetail",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.17.0/kubetail-windows-amd64#/kubetail.exe",
            "hash": "7a01f4b91d8b26693e1649f46e1547943cb60afee96c7e2f562becb8a36dff66"
        },
        "arm64": {
            "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.17.0/kubetail-windows-arm64#/kubetail.exe",
            "hash": "15be793b505b4fbf64881e807801c60652d83e86b915794a771d9c3e20975a72"
        }
    },
    "bin": "kubetail.exe",
    "checkver": {
        "github": "https://github.com/kubetail-org/kubetail",
        "regex": "cli/v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-amd64#/kubetail.exe",
                "hash": {
                    "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-amd64.sha256",
                    "regex": "([A-Fa-f0-9]{64})"
                }
            },
            "arm64": {
                "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-arm64#/kubetail.exe",
                "hash": {
                    "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-arm64.sha256",
                    "regex": "([A-Fa-f0-9]{64})"
                }
            }
        }
    }
}
