{
    "version": "0.11.0",
    "description": "Kubernetes namespaces switcher",
    "homepage": "https://kubectx.dev",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ahmetb/kubectx/releases/download/v0.11.0/kubens_v0.11.0_windows_x86_64.zip",
            "hash": "aa10daca6ce321377d61a7e9534911df9eee42a0b6e198000757f8d1e8d0a480"
        },
        "arm64": {
            "url": "https://github.com/ahmetb/kubectx/releases/download/v0.11.0/kubens_v0.11.0_windows_arm64.zip",
            "hash": "8d801fc38965a08488678763b92aad537086f00768ce8a7527e416e797870e0d"
        }
    },
    "bin": "kubens.exe",
    "checkver": {
        "github": "https://github.com/ahmetb/kubectx"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubens_v$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
