2026-02-13 16:33:19 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.85.0",
"description": "GitLab CLI",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.85.0/downloads/glab_1.85.0_windows_amd64.zip",
"hash": "8395582ae77329cef4c90620c19624cf15cf492fc6b77b6792afa4a31e18c8e0"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.85.0/downloads/glab_1.85.0_windows_386.zip",
"hash": "baa6c73d1c58e00b475e29692550ee0bdd1466572594d0aad0655565332b51bf"
}
},
"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"
}
}
}