Skip to content

Commit 7e1a835

Browse files
authored
Merge pull request #229663 from gl-cli/bump-glab-1.62.0
glab 1.62.0
2 parents 9ca215b + 32e9541 commit 7e1a835

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/g/glab.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ class Glab < Formula
22
desc "Open-source GitLab command-line tool"
33
homepage "https://gitlab.com/gitlab-org/cli"
44
url "https://gitlab.com/gitlab-org/cli.git",
5-
tag: "v1.61.0",
6-
revision: "ef3ade5e9d4bd7edb8205489b0e29f486b6f0309"
5+
tag: "v1.62.0",
6+
revision: "1df2df0d0eb78a74351ca2d963c7b6c0671eda64"
77
license "MIT"
88
head "https://gitlab.com/gitlab-org/cli.git", branch: "main"
99

1010
no_autobump! because: :requires_manual_review
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cda2b9771fcea764ab91208a18fc62b2611da62fc3a1ebe9d2efe4b6374e28f0"
16-
sha256 cellar: :any_skip_relocation, sonoma: "cb35915da03d1623544dba68e50daf9631d29e1dfded993c80e587ba863e78e5"
17-
sha256 cellar: :any_skip_relocation, ventura: "cb35915da03d1623544dba68e50daf9631d29e1dfded993c80e587ba863e78e5"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "39f4bec8fff357377e5f486f349e63f3338af1d06982ac72dd856fba9d762620"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7a58547d93b708a64c436028ae02f467b3f125678513381d81ffd2a57ac8a48"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "79de09da8b155cafdc79b50e8d464c35e1d81ed2bf94aecd8a42e906cc348f68"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "79de09da8b155cafdc79b50e8d464c35e1d81ed2bf94aecd8a42e906cc348f68"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "79de09da8b155cafdc79b50e8d464c35e1d81ed2bf94aecd8a42e906cc348f68"
16+
sha256 cellar: :any_skip_relocation, sonoma: "5dd7e49da1ff5def1a1443f0af8d161dd36c0b58ab80ff7d7da5a6089375a806"
17+
sha256 cellar: :any_skip_relocation, ventura: "5dd7e49da1ff5def1a1443f0af8d161dd36c0b58ab80ff7d7da5a6089375a806"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "8e6808007f236eea48dfc9a4e7434eac4e392a47b0901cbdc061e77a4a29fe5f"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "df82f964d80e3bb6a2a5f630b3f438777bf2ad9e8316bc1e7f4ec80cb9bad905"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)