Skip to content

Commit 01c17a8

Browse files
authored
Merge pull request Homebrew#236488 from Homebrew/bump-git-codereview-1.17.0
git-codereview 1.17.0
2 parents 09079dc + d9a5c70 commit 01c17a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/git-codereview.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class GitCodereview < Formula
22
desc "Tool for working with Gerrit code reviews"
33
homepage "https://pkg.go.dev/golang.org/x/review/git-codereview"
4-
url "https://github.com/golang/review/archive/refs/tags/v1.16.0.tar.gz"
5-
sha256 "7e9d47d8025f1569c0a53c6030602e6eb049818d25c5fd0cad777efd21eeca20"
4+
url "https://github.com/golang/review/archive/refs/tags/v1.17.0.tar.gz"
5+
sha256 "e173b12004b813dd2bab7c2cfa3d7a26433684f4dde2e23fcba2bc2a52151d11"
66
license "BSD-3-Clause"
77
head "https://github.com/golang/review.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "141f8fec07cc5476f969bfad9d545a8a68860402807f3e58edbe9d0b2d088d65"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "141f8fec07cc5476f969bfad9d545a8a68860402807f3e58edbe9d0b2d088d65"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "141f8fec07cc5476f969bfad9d545a8a68860402807f3e58edbe9d0b2d088d65"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ae2d74d81b3af07481fcc7532c8a682a797b4cc8631b1f84cc9a9b25f44dcb47"
14-
sha256 cellar: :any_skip_relocation, ventura: "ae2d74d81b3af07481fcc7532c8a682a797b4cc8631b1f84cc9a9b25f44dcb47"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd88be0c3888dc913d4161a346af8e7852b4e01eb3319b6231326ae166169d11"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd553d8c7d4d86e0eaf4619141954804677f7622c0f6f2503e60cf25dea3d652"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dd553d8c7d4d86e0eaf4619141954804677f7622c0f6f2503e60cf25dea3d652"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "dd553d8c7d4d86e0eaf4619141954804677f7622c0f6f2503e60cf25dea3d652"
13+
sha256 cellar: :any_skip_relocation, sonoma: "adaa7bbeaa229379796a8f873769089a99801a8f7e896123da5b128bf90bb093"
14+
sha256 cellar: :any_skip_relocation, ventura: "adaa7bbeaa229379796a8f873769089a99801a8f7e896123da5b128bf90bb093"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "91241c3fab159b0ea0d6b4b4284260b4a09dd271b8db9a750225180c8e83743c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)