{
    "version": "0.11.0",
    "description": "Kubernetes contexts manager",
    "homepage": "https://kubectx.dev",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/ahmetb/kubectx/releases/download/v0.11.0/kubectx_v0.11.0_windows_x86_64.zip",
            "hash": "a28fc2f0c69e715c34ea6d7520b9a17aa00cea642ff6fab0c64614d436d47a5d"
        },
        "arm64": {
            "url": "https://github.com/ahmetb/kubectx/releases/download/v0.11.0/kubectx_v0.11.0_windows_arm64.zip",
            "hash": "b195c4e6aaa65585df35b5f4cde8516b844d961026517198a7da9d631442417f"
        }
    },
    "bin": "kubectx.exe",
    "checkver": {
        "github": "https://github.com/ahmetb/kubectx"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
