{
    "version": "4.1.4",
    "description": "The package manager for Kubernetes.",
    "homepage": "https://helm.sh",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://get.helm.sh/helm-v4.1.4-windows-amd64.zip",
            "hash": "bd60f567f667631a2c9b698dfabe5e3cd52eaaf4264163c0a9cae566db8560e8",
            "extract_dir": "windows-amd64"
        },
        "arm64": {
            "url": "https://get.helm.sh/helm-v4.1.4-windows-arm64.zip",
            "hash": "d0a651026da4a26b28bdfc3d455ce3dfacbc267182dc2225c2172b1dcc549643",
            "extract_dir": "windows-arm64"
        }
    },
    "bin": "helm.exe",
    "checkver": {
        "github": "https://github.com/helm/helm"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
            },
            "arm64": {
                "url": "https://get.helm.sh/helm-v$version-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
