{
    "version": "2.60.1",
    "description": "Manages a local OpenShift 4.x cluster optimized for testing and development purposes.",
    "homepage": "https://crc.dev/blog/",
    "license": "Apache-2.0",
    "notes": "To acquire a pull secret, visit: https://cloud.redhat.com/openshift/install/crc/installer-provisioned",
    "architecture": {
        "64bit": {
            "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.60.1/crc-windows-installer.zip",
            "hash": "61040e67139f5eb426946105759b7b35cd8302be387ed9aeee0d48c7bbc031d9",
            "installer": {
                "script": "Expand-MsiArchive -Path \"$dir\\crc-windows-amd64.msi\" -DestinationPath $dir -ExtractDir 'PFiles64\\Red Hat OpenShift Local' -Removal"
            }
        }
    },
    "bin": "crc.exe",
    "checkver": {
        "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest/release-info.json",
        "jsonpath": "$.version.crcVersion"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/$matchHead/crc-windows-installer.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
