Skip to content

Commit 50841b0

Browse files
authored
Merge pull request #196968 from williammartin/update-gh.rb-1730985261
gh 2.61.0
2 parents 83e020f + ef13100 commit 50841b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gh.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Gh < Formula
22
desc "GitHub command-line tool"
33
homepage "https://cli.github.com/"
4-
url "https://github.com/cli/cli/archive/refs/tags/v2.60.1.tar.gz"
5-
sha256 "9e9337c2564894c4cd32b2ac419611263c3e870e95567811365aacd4be5dd51d"
4+
url "https://github.com/cli/cli/archive/refs/tags/v2.61.0.tar.gz"
5+
sha256 "bf134281db2b65827426e3ad186de55cb04d0f92051ca2e6bd8a7d47aabe5b18"
66
license "MIT"
77
head "https://github.com/cli/cli.git", branch: "trunk"
88

@@ -12,12 +12,12 @@ class Gh < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd7cf1368be9e519dd8d893609cb8f9b4ca8565437e07d824989c85e64c18a0e"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd7cf1368be9e519dd8d893609cb8f9b4ca8565437e07d824989c85e64c18a0e"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "bd7cf1368be9e519dd8d893609cb8f9b4ca8565437e07d824989c85e64c18a0e"
18-
sha256 cellar: :any_skip_relocation, sonoma: "b51c355f229929d9a4bf18dfabcd632dd6c4f6cb060299676ef50ad70e5b7d0d"
19-
sha256 cellar: :any_skip_relocation, ventura: "327a51ee40e8295402dcea5d10b18d16d97a94a61bd8f70068c4337847984af7"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "52eddc400fbee548617e335c188f3478f50125f63a192425809928e79677fe12"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3f81e1082f914c7c130ab7422b345c9dadbafb3bd4abd91be8a9e38699cf282"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3f81e1082f914c7c130ab7422b345c9dadbafb3bd4abd91be8a9e38699cf282"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c3f81e1082f914c7c130ab7422b345c9dadbafb3bd4abd91be8a9e38699cf282"
18+
sha256 cellar: :any_skip_relocation, sonoma: "f83daa15c177336aac63b94a82ce61279941ffb1d916aa887d3233343b1549ac"
19+
sha256 cellar: :any_skip_relocation, ventura: "9fabea9f16849f8daeeba81d5b0a8813bc08b3f11d65c895b2483be34eedac58"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a5fd63f656f46e2cb178651b717bab534838175046da5b1533ce80d9500567f"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)