2023-02-07 01:53:43 +00:00

35 lines
1.2 KiB
JSON

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