Skip to content

Commit

Permalink
glab: Update to version 1.48.0, fix autoupdate (#6245)
Browse files Browse the repository at this point in the history
* glab: Update to version 1.47.0, fix autoupdate

* glab: Update to version 1.48.0
  • Loading branch information
aliesbelik authored Oct 21, 2024
1 parent 33d6143 commit e87f2ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/glab.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "1.46.1",
"version": "1.48.0",
"description": "GitLab CLI",
"homepage": "https://gitlab.com/gitlab-org/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.46.1/downloads/glab_1.46.1_Windows_x86_64.zip",
"hash": "8e75f8320b3f04050ea1d56ec0c06039055d061d75a9b15ef2c77458d8aa99ca"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.48.0/downloads/glab_1.48.0_windows_amd64.zip",
"hash": "b31e04e165f6e0875d48499dd0138738ad9e30a5e2c1af6f929f984a9b2bc791"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.46.1/downloads/glab_1.46.1_Windows_i386.zip",
"hash": "4fe6feec8ae68f06e1f631d30b892cfb332967d1a42c3b314a606a2853d8fded"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.48.0/downloads/glab_1.48.0_windows_386.zip",
"hash": "fe92cd884fd793dad41c4f5c5b83895ad670239b6ffdf106916429203aa45a97"
}
},
"bin": "bin\\glab.exe",
Expand All @@ -21,10 +21,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_x86_64.zip"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_i386.zip"
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_windows_386.zip"
}
},
"hash": {
Expand Down

0 comments on commit e87f2ae

Please sign in to comment.