2023-05-10 16:29:57 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.29.2",
"description": "GitLab CLI",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.29.2/downloads/glab_1.29.2_Windows_x86_64.zip",
"hash": "fbea3ab880803221fbb6c8354dfbdb52c29ce389c51debdd385c30f19406c8f6"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.29.2/downloads/glab_1.29.2_Windows_i386.zip",
"hash": "77e1856b33fb2b65b57fadd3f7a37caa056202e968227ba52e2dc25d6bb08fe0"
}
},
"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_x86_64.zip"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_i386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}