2025-12-18 00:39:32 +00:00

35 lines
1.2 KiB
JSON

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