{
    "version": "1.8.13",
    "description": "CNCF-certified Kubernetes distribution that runs entirely within Docker containers",
    "homepage": "https://rancher.com/products/rke/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rancher/rke/releases/download/v1.8.13/rke_windows-amd64.exe#/rke.exe",
            "hash": "ecfaa53d6f993b3a9d755dc7f72c5fc422906164ade2fc60b6f0014accc4d94c"
        },
        "32bit": {
            "url": "https://github.com/rancher/rke/releases/download/v1.8.13/rke_windows-386.exe#/rke.exe",
            "hash": "575936c1a661526113ce530312e4d7b70c2e4ffcccf59c2c7f8ea942df81dc6a"
        }
    },
    "bin": "rke.exe",
    "checkver": {
        "github": "https://github.com/rancher/rke"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rancher/rke/releases/download/v$version/rke_windows-amd64.exe#/rke.exe"
            },
            "32bit": {
                "url": "https://github.com/rancher/rke/releases/download/v$version/rke_windows-386.exe#/rke.exe"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sum.txt"
        }
    }
}
