glab: Update to version 1.23.0 (#4168)

This commit is contained in:
Tomas 2022-11-26 06:36:36 +01:00 committed by GitHub
parent 010e43f909
commit 6f8c453262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,27 +1,30 @@
{
"version": "1.22.0",
"version": "1.23.0",
"description": "GitLab CLI",
"homepage": "https://github.com/profclems/glab",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://github.com/profclems/glab/releases/download/v1.22.0/glab_1.22.0_windows_x86_64.zip",
"hash": "1b07931cbd9547fdf33bc5c636a5e70bc01d7ef68768cff13f9655623ce411d8"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.23.0/downloads/glab_1.23.0_Windows_x86_64.zip",
"hash": "6d7413f31e6f787bcb0ec4fcdba6143d8fdf1a17669225ff38cacbd00f1a6dde"
},
"32bit": {
"url": "http://github.com/profclems/glab/releases/download/v1.22.0/glab_1.22.0_windows_i386.zip",
"hash": "43e86b78e919ec0a1947157c1eeaf62fa8bc03087f09affb28293af939ac4389"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.23.0/downloads/glab_1.23.0_Windows_i386.zip",
"hash": "87cced7408ed7bb7419e789c81432a312ec66b27c59b154bca46b9d747af7090"
}
},
"bin": "bin\\glab.exe",
"checkver": "github",
"checkver": {
"url": "https://gitlab.com/gitlab-org/cli/-/tags?format=atom",
"regex": "/tags/v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_x86_64.zip"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_x86_64.zip"
},
"32bit": {
"url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_i386.zip"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_i386.zip"
}
},
"hash": {