diff --git a/Formula/g/git-codereview.rb b/Formula/g/git-codereview.rb index f11efc308250..b9d232f8cf53 100644 --- a/Formula/g/git-codereview.rb +++ b/Formula/g/git-codereview.rb @@ -6,18 +6,19 @@ class GitCodereview < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedfd30b6db4a1ee19104c3f2b9a1b0f0b46bd0559e6545b194e314f2b22047e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cedfd30b6db4a1ee19104c3f2b9a1b0f0b46bd0559e6545b194e314f2b22047e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cedfd30b6db4a1ee19104c3f2b9a1b0f0b46bd0559e6545b194e314f2b22047e" - sha256 cellar: :any_skip_relocation, sonoma: "74875343a167eb4140b98b17c75ab1f2e121f90957a00a545731542c21866d29" - sha256 cellar: :any_skip_relocation, ventura: "74875343a167eb4140b98b17c75ab1f2e121f90957a00a545731542c21866d29" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9ededa7834b7107a2b31dd49e3e3d71411d5b2070faf0c78a3497562f68b22b" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "55a17bd974981216ca94abf561db3213925bb552561363fd50d0085ea4b65747" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "55a17bd974981216ca94abf561db3213925bb552561363fd50d0085ea4b65747" + sha256 cellar: :any_skip_relocation, arm64_ventura: "55a17bd974981216ca94abf561db3213925bb552561363fd50d0085ea4b65747" + sha256 cellar: :any_skip_relocation, sonoma: "c078cedf877a871f99cc3c09386207021a746d897617245b501a575fe0459a70" + sha256 cellar: :any_skip_relocation, ventura: "c078cedf877a871f99cc3c09386207021a746d897617245b501a575fe0459a70" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7a02745b397413f2566aa8100a23438af7a0f5c3a0c43eb2cab622fae65eb5a" end depends_on "go" => :build def install - system "go", "build", *std_go_args, "./git-codereview" + system "go", "build", *std_go_args(ldflags: "-s -w"), "./git-codereview" end test do