{
    "version": "1.5.0",
    "description": "Command line interface to deploy Kubernetes Helm Charts.",
    "homepage": "https://github.com/helmfile/helmfile",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/helmfile/helmfile/releases/download/v1.5.0/helmfile_1.5.0_windows_amd64.tar.gz",
            "hash": "ea15d325be59da46d17e03309c337bcbe7f8a5ab285294c0c3d288e6b42f4a72"
        },
        "32bit": {
            "url": "https://github.com/helmfile/helmfile/releases/download/v1.5.0/helmfile_1.5.0_windows_386.tar.gz",
            "hash": "c08d406341b25c9c3aed9a9d51dfaa11374808333426b5a2d4cdeb6b87c5b358"
        },
        "arm64": {
            "url": "https://github.com/helmfile/helmfile/releases/download/v1.5.0/helmfile_1.5.0_windows_arm64.tar.gz",
            "hash": "3565b73d9a89567dba158392d203ca6c36b9a62d361ade350b69b1e713ef695f"
        }
    },
    "bin": "helmfile.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/helmfile/helmfile/releases/download/v$version/helmfile_$version_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/helmfile_$version_checksums.txt"
        }
    }
}
