{
    "version": "0.34.0",
    "description": "A Virtual Kubernetes Cluster that runs inside of Kubernetes.",
    "homepage": "https://www.vcluster.com",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/loft-sh/vcluster/releases/download/v0.34.0/vcluster-windows-amd64.exe#/vcluster.exe",
            "hash": "cde258e94618dde752063b10a04eb8a540db3858bf786ad5add72ccdb8b44107"
        }
    },
    "bin": "vcluster.exe",
    "checkver": {
        "github": "https://github.com/loft-sh/vcluster"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/loft-sh/vcluster/releases/download/v$version/vcluster-windows-amd64.exe#/vcluster.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt",
            "regex": "$sha256  $basename\\n"
        }
    }
}
