{
    "version": "1.36.0",
    "description": "GitLab CLI",
    "homepage": "https://gitlab.com/gitlab-org/cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.36.0/downloads/glab_1.36.0_Windows_x86_64.zip",
            "hash": "79091166207e67f007898a29bf172d4649f97721ea13c42406a3e73cf5c4e5c5"
        },
        "32bit": {
            "url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.36.0/downloads/glab_1.36.0_Windows_i386.zip",
            "hash": "5d9422caba8ab5ffc9add0b2b2393a822cc56a25663a06c7caad2a488598b98e"
        }
    },
    "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_x86_64.zip"
            },
            "32bit": {
                "url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_i386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
