Skip to content

Commit d4eed30

Browse files
authored
Merge pull request #246522 from williammartin/update-gh.rb-1759350184
gh 2.81.0
2 parents 89a18dd + fc3afe4 commit d4eed30

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.80.0.tar.gz"
5-
sha256 "fd9a1fc392b10f99e9f6be287b696b8dbd1d1a14d71ccee1d1da52be3f1edd6e"
4+
url "https://github.com/cli/cli/archive/refs/tags/v2.81.0.tar.gz"
5+
sha256 "11550fd0e06043f29d03fd973dd67cb77b2fee462a76084e0812c2099c6689dc"
66
license "MIT"
77
head "https://github.com/cli/cli.git", branch: "trunk"
88

@@ -14,12 +14,12 @@ class Gh < Formula
1414
no_autobump! because: :bumped_by_upstream
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "386d6802edc9890f30d60ecbda5d92ae21bc5a3538c4f234b53face169b3fdc8"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "386d6802edc9890f30d60ecbda5d92ae21bc5a3538c4f234b53face169b3fdc8"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "386d6802edc9890f30d60ecbda5d92ae21bc5a3538c4f234b53face169b3fdc8"
20-
sha256 cellar: :any_skip_relocation, sonoma: "b4cd1ff6451d098d3e7f55a1dab64a9ee4d41f10a338e5a831d83bc16a119b7d"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "a4572f11c174aca1758d6a8aedbe3529b949ab42831d896b372d2eefb28e4eb0"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4454804aaa5a116e870f5c853047c4e4aa1e6a0aff7934ff55c98d0a525430f"
17+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d419fc9cfecf80e6c91bdcb2ee980677c7d7cddecc64d3e5f8170b77e8ccf42f"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d419fc9cfecf80e6c91bdcb2ee980677c7d7cddecc64d3e5f8170b77e8ccf42f"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d419fc9cfecf80e6c91bdcb2ee980677c7d7cddecc64d3e5f8170b77e8ccf42f"
20+
sha256 cellar: :any_skip_relocation, sonoma: "0f333dc9fe86a10f243233b5a46ff47af79b36a78b45deff3f7b74c75391e955"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "7c534eb3c4d43e44b8dd8fb323a79a7551ba2cf4e1c2982ffc373cb15fa9d73b"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "759bc5041dd266a59e63c8cd5ccf5c5e80e72ac5bc558bbf7f356a6bfae51c90"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)