Skip to content

Commit

Permalink
fix(gitlab.com/gitlab-org/cli): follow up changes of gitlab cli v1.47…
Browse files Browse the repository at this point in the history
….0 (#27469)
  • Loading branch information
suzuki-shunsuke authored Oct 4, 2024
1 parent 4eb1eb3 commit 8bc0821
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
7 changes: 5 additions & 2 deletions pkgs/gitlab.com/gitlab-org/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
packages:
- name: gitlab.com/gitlab-org/[email protected]
- name: gitlab.com/gitlab-org/[email protected]
- name: gitlab.com/gitlab-org/[email protected]
- name: gitlab.com/gitlab-org/cli
version: v1.46.1
- name: gitlab.com/gitlab-org/cli
version: v1.22.0
14 changes: 13 additions & 1 deletion pkgs/gitlab.com/gitlab-org/cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ packages:
type: http
link: https://gitlab.com/gitlab-org/cli
description: A GitLab CLI tool bringing GitLab to your command line
files:
- name: glab
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.22.0")
Expand All @@ -34,7 +36,7 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: "true"
- version_constraint: semver("<= 1.46.1")
url: https://gitlab.com/gitlab-org/cli/-/releases/{{.Version}}/downloads/glab_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
Expand All @@ -49,3 +51,13 @@ packages:
overrides:
- goos: windows
format: zip
- version_constraint: "true"
url: https://gitlab.com/gitlab-org/cli/-/releases/{{.Version}}/downloads/glab_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
files:
- name: glab
src: bin/glab
overrides:
- goos: windows
format: zip
14 changes: 13 additions & 1 deletion registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bc0821

Please sign in to comment.