2026-02-15 12:32:08 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.85.2",
"description": "GitLab CLI",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.85.2/downloads/glab_1.85.2_windows_amd64.zip",
"hash": "3b016ab6e44e6028a63f41f26ea4a48232120e0d8a6eb4955919703e4feeaec5"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.85.2/downloads/glab_1.85.2_windows_386.zip",
"hash": "806ea42f9532032d44c9d5fbcbb8d4eb1832f5abc57385f0b2c7d7c56e8762aa"
}
},
"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"
}
}
}