Skip to content

Commit

Permalink
Merge pull request #167914 from williammartin/update-gh.rb-1712163574
Browse files Browse the repository at this point in the history
gh 2.47.0
  • Loading branch information
BrewTestBot authored Apr 3, 2024
2 parents cd777d0 + b3046ee commit 019f687
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gh.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gh < Formula
desc "GitHub command-line tool"
homepage "https://cli.github.com/"
url "https://github.com/cli/cli/archive/refs/tags/v2.46.0.tar.gz"
sha256 "663871687310c671ecc183a258fa573622e1e972c681982ac79a25c967fd40b2"
url "https://github.com/cli/cli/archive/refs/tags/v2.47.0.tar.gz"
sha256 "f87622443f143a84462a026534cf234b059c609a6053d7c9ff692c45b30e63f4"
license "MIT"

head "https://github.com/cli/cli.git", branch: "trunk"
Expand All @@ -13,13 +13,13 @@ class Gh < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "da6339a487fa934079af693684e2c32a4e7a7d656f91a7298a751a3b429472b7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d34b260e1d59b7a21f87095c9bd69c14132064286b54c0953c1f380ceb2d7fe"
sha256 cellar: :any_skip_relocation, arm64_monterey: "80906c71cf3c14f415397f59133ef55cf1b2564b47cad61617b4870ca647030e"
sha256 cellar: :any_skip_relocation, sonoma: "aeabce24856f2f1534b925a87e11d1db6ade50230d39e0a7168f40d747b175d2"
sha256 cellar: :any_skip_relocation, ventura: "9d943a8ac3c2ddeacee150274bd32860b6e6228a7b58951037b2749c4ed6ee2e"
sha256 cellar: :any_skip_relocation, monterey: "720aef66253213d1b2a09ce52ac9bb002919974c90d6427f22dbef8a758c97f2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b23ed390b178b2bd77b2c9a8be2a3b885358a5189039d735459f858072c5d8bc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d3b6ad6d60935356e465775e9c4b1cd865275f64abfff231c6c36bb152eed88"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1edfed6e448469fc207b24dbe3a8afff53cbe9d13b87287dd9a86913f80069d4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fcf0039d3289d7ca75d441ad3c7ac9875e0d03245c5d813d5ed3833fca235d5f"
sha256 cellar: :any_skip_relocation, sonoma: "c5e9c243938787b1d63535fe6d8b44eefbefda6783c316269fd742ab84fabc98"
sha256 cellar: :any_skip_relocation, ventura: "a3f70629667a27da10de5c45b61732e970a3502b13a502df72ee448db5a13eb8"
sha256 cellar: :any_skip_relocation, monterey: "ddec14e6710597ec70a38d10d3163a78602b63c6fe1c7e08025424d7a23adb93"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e735ee91072c641d57e549568dab7bedb9a5bc6400004dd003781fc202d409ab"
end

depends_on "go" => :build
Expand Down

0 comments on commit 019f687

Please sign in to comment.