mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
glab: Update to version 1.48.0, fix autoupdate (#6245)
* glab: Update to version 1.47.0, fix autoupdate * glab: Update to version 1.48.0
This commit is contained in:
parent
33d61431cc
commit
e87f2ae572
@ -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",
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user