{
    "version": "4.15.0-0.okd-2024-01-27-070424",
    "description": "OKD is the community distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OKD adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.",
    "homepage": "https://okd.io",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/openshift/okd/releases/download/4.15.0-0.okd-2024-01-27-070424/openshift-client-windows-4.15.0-0.okd-2024-01-27-070424.zip",
            "hash": "4a55748cd50a2c01ad7a57f273ed843554345a2f02e0a3667c147183b17a5cca"
        }
    },
    "bin": "oc.exe",
    "checkver": {
        "url": "https://api.github.com/repositories/222003131/tags",
        "jsonpath": "$[0].name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/openshift/okd/releases/download/$version/openshift-client-windows-$version.zip",
                "hash": {
                    "mode": "extract",
                    "url": "https://github.com/openshift/okd/releases/download/$version/sha256sum.txt",
                    "find": "([a-fA-F0-9]{64})\\s+\\./openshift-client-windows-$version.zip"
                }
            }
        }
    }
}
