{
    "version": "2.92.0",
    "description": "Official GitHub CLI",
    "homepage": "https://cli.github.com",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cli/cli/releases/download/v2.92.0/gh_2.92.0_windows_amd64.zip",
            "hash": "b6a8df3c8c6b9c80f290906387673bc4d272840f3789c5650e0e4e6e75522785"
        },
        "32bit": {
            "url": "https://github.com/cli/cli/releases/download/v2.92.0/gh_2.92.0_windows_386.zip",
            "hash": "61beecc32f0febb3526891773739a737b73d50f560018b1ecaac973eacaa21c2"
        },
        "arm64": {
            "url": "https://github.com/cli/cli/releases/download/v2.92.0/gh_2.92.0_windows_arm64.zip",
            "hash": "fa4da50182f6d37a0555b4b48e828c57b1b23cbbd1a7e3a9ce6b65513f13836c"
        }
    },
    "bin": "bin\\gh.exe",
    "checkver": {
        "github": "https://github.com/cli/cli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/gh_$version_checksums.txt"
        }
    }
}
