2023-05-11 16:31:37 +00:00

35 lines
1.2 KiB
JSON

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