{
    "version": "4.22.0-okd-scos.ec.15",
    "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.22.0-okd-scos.ec.15/openshift-client-windows-4.22.0-okd-scos.ec.15.zip",
            "hash": "32e239c330b137a7fedb8e683de687d0e9450691848072b3857948cf6cfa1e4f"
        }
    },
    "bin": "oc.exe",
    "checkver": {
        "github": "https://api.github.com/repos/okd-project/okd/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"
                }
            }
        }
    }
}
