{
    "version": "0.31.7",
    "description": "Kubernetes Clusters manager",
    "homepage": "https://github.com/derailed/k9s",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/derailed/k9s/releases/download/v0.31.7/k9s_Windows_amd64.zip",
            "hash": "16e442063b05395ea4ea93f56edfbac5f347bcfda85a9c22d5712bd11878e960"
        },
        "arm64": {
            "url": "https://github.com/derailed/k9s/releases/download/v0.31.7/k9s_Windows_arm64.zip",
            "hash": "b904a4b232861893e4b34e04aa78269ad7e2b249c668c6aeac70f474beb2d78b"
        }
    },
    "bin": "k9s.exe",
    "env_set": {
        "K9S_CONFIG_DIR": "$persist_dir/config",
        "K9S_LOGS_DIR": "$persist_dir/logs"
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.sha256",
            "regex": "$sha256  $basename\\n"
        }
    }
}
