{
    "version": "1.94.0",
    "description": "GitLab CLI",
    "homepage": "https://gitlab.com/gitlab-org/cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.94.0/downloads/glab_1.94.0_windows_amd64.zip",
            "hash": "93a5bffc5ef4ca65dceabf214a6047f5d3296c3732aa065f3ade83d82c368c79"
        },
        "32bit": {
            "url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.94.0/downloads/glab_1.94.0_windows_386.zip",
            "hash": "dd33b6c698dae6d62878b45ae2d16be9c630c66326912b10d915f34ee2e2fddc"
        }
    },
    "bin": "bin\\glab.exe",
    "checkver": {
        "url": "https://gitlab.com/gitlab-org/cli/-/tags?format=atom",
        "regex": "/tags/v([\\d.]+)<"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
