2023-05-08 16:30:18 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.29.1",
"description": "GitLab CLI",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.29.1/downloads/glab_1.29.1_Windows_x86_64.zip",
"hash": "47902033c486a976e8074a00a322fe03d4f99d519d87e3b73cd6345f4a540ebc"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.29.1/downloads/glab_1.29.1_Windows_i386.zip",
"hash": "760a076e5ee952a3c3c3b3bc7aedf132228db18263147355c67f7d4df46d5c07"
}
},
"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"
}
}
}