2025-04-23 20:29:06 +00:00

35 lines
1.2 KiB
JSON

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