{
    "version": "2.5.0",
    "description": "A command-line tool to manage cert-manager and its resources inside a Kubernetes cluster.",
    "homepage": "https://cert-manager.io/docs/reference/cmctl/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cert-manager/cmctl/releases/download/v2.5.0/cmctl_windows_amd64.exe#/cmctl.exe",
            "hash": "e0905dd0c5daa50189672504adef0daeaffa58fbfea782d8e418cf23a991ce3a"
        },
        "arm64": {
            "url": "https://github.com/cert-manager/cmctl/releases/download/v2.5.0/cmctl_windows_arm64.exe#/cmctl.exe",
            "hash": "51f591a8bd70724bffe4dab55e05ecd8baef73889094bf7a4765f7899649b687"
        }
    },
    "bin": "cmctl.exe",
    "checkver": {
        "github": "https://github.com/cert-manager/cmctl"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cert-manager/cmctl/releases/download/v$version/cmctl_windows_amd64.exe#/cmctl.exe"
            },
            "arm64": {
                "url": "https://github.com/cert-manager/cmctl/releases/download/v$version/cmctl_windows_arm64.exe#/cmctl.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
