{
    "version": "0.6.3",
    "description": "A tool for observing Kubernetes resources in real time.",
    "homepage": "https://github.com/pulumi/kubespy",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/pulumi/kubespy/releases/download/v0.6.3/kubespy-v0.6.3-windows-amd64.tar.gz",
            "hash": "3a3b266808b15aea79b9a71666a743d90dd976ef17ce12b9feee9e5c303d3a7f"
        },
        "arm64": {
            "url": "https://github.com/pulumi/kubespy/releases/download/v0.6.3/kubespy-v0.6.3-windows-arm64.tar.gz",
            "hash": "d0bb9ed65b4b5869280e6030058c8eed32d4f6590ceff666cf4221429745ea84"
        }
    },
    "bin": "kubespy.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pulumi/kubespy/releases/download/v$version/kubespy-v$version-windows-amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/pulumi/kubespy/releases/download/v$version/kubespy-v$version-windows-arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
