|
1 | 1 | class GitCodereview < Formula |
2 | 2 | desc "Tool for working with Gerrit code reviews" |
3 | 3 | 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" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 | head "https://github.com/golang/review.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments