2025-08-13 16:29:58 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.66.0",
"description": "GitLab CLI",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.66.0/downloads/glab_1.66.0_windows_amd64.zip",
"hash": "5f96b41df6cc26d7eda2b97025604fa5a92dbc256d0b87f5840e7e2e58c9a937"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.66.0/downloads/glab_1.66.0_windows_386.zip",
"hash": "227ea239082e3edb20b8c9d875e53de7d6d31610d775fdba00885f809f40623c"
}
},
"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"
}
}
}