Skip to content

Commit 9e2e64c

Browse files
authored
Merge pull request #209979 from williammartin/update-gh.rb-1741260603
gh 2.68.1
2 parents d6efe32 + 30f1ca4 commit 9e2e64c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gh.rb

+8-8
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.68.0.tar.gz"
5-
sha256 "9c211ff501fd42e1a842b9709cd994a59d39b6d34014d354f00049240b8d8838"
4+
url "https://github.com/cli/cli/archive/refs/tags/v2.68.1.tar.gz"
5+
sha256 "520ab7ca5eda31af4aab717e1f9bc65497cdc23a46f71dab56d47513e00c7b82"
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: "3d28c058a79afae03b4fffc1f90a563c6973256b50b2e66926077b48874c98fb"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d28c058a79afae03b4fffc1f90a563c6973256b50b2e66926077b48874c98fb"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d28c058a79afae03b4fffc1f90a563c6973256b50b2e66926077b48874c98fb"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6703a5d73148dcf92abf76dc6e3d8f5de4f79f93cb90a69b679becc40a83ccb1"
19-
sha256 cellar: :any_skip_relocation, ventura: "38291cc7ae3d417810d442940cbdf23623234c07abb71c65eaf6cc054d5131b5"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b60bdd960bdde3e5ec77f2caade160106ad55dc50f30b41d633338c51cb503d"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "00a9df8ae9422099439e04b96d53384f36a9434edfe4ac261216289cdd1209e0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "00a9df8ae9422099439e04b96d53384f36a9434edfe4ac261216289cdd1209e0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "00a9df8ae9422099439e04b96d53384f36a9434edfe4ac261216289cdd1209e0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ccdf77ec556e20be29248756124e5d1ab1dfeaf1364d4943e749e8e2c36e60b7"
19+
sha256 cellar: :any_skip_relocation, ventura: "bdc0d783c276683d4d283924095e169015b6782abecb3f9a15097aaa42e160c1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6091c1142f8a4e7b19973025da6fe4c7ce70ec902e306768460ef425666f0f3f"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)