{
    "##": "Please keep the checkver field as is. The default GITHUB_TOKEN lacks the necessary permissions to access the latest release endpoint for confluentinc/cli.",
    "version": "4.60.0",
    "description": "The Confluent command-line interface (CLI)",
    "homepage": "https://docs.confluent.io/confluent-cli/current/overview.html",
    "license": {
        "identifier": "Proprietary",
        "url": "https://github.com/confluentinc/cli/blob/main/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/confluentinc/cli/releases/download/v4.60.0/confluent_4.60.0_windows_amd64.zip",
            "hash": "e82db73598a188a557a73ad3840405d4895f24b9092e52e343f67ffd96e0c580"
        }
    },
    "extract_dir": "confluent",
    "bin": "confluent.exe",
    "checkver": {
        "url": "https://github.com/confluentinc/cli/releases/latest",
        "regex": "(?i)tag/v([\\d.]+)(?=\")"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/confluentinc/cli/releases/download/v$version/confluent_$version_windows_amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/confluent_checksums.txt"
        }
    }
}
