@@ -8,18 +8,19 @@ class Staticcheck < Formula
88 head "https://github.com/dominikh/go-tools.git" , branch : "master"
99
1010 bottle do
11- sha256 cellar : :any_skip_relocation , arm64_sequoia : "fc67553402f707912a62fd0273dd980bdfd1351e84bb2b7eb11bbf43d05de78c"
12- sha256 cellar : :any_skip_relocation , arm64_sonoma : "fc67553402f707912a62fd0273dd980bdfd1351e84bb2b7eb11bbf43d05de78c"
13- sha256 cellar : :any_skip_relocation , arm64_ventura : "fc67553402f707912a62fd0273dd980bdfd1351e84bb2b7eb11bbf43d05de78c"
14- sha256 cellar : :any_skip_relocation , sonoma : "ac54e515dc925e3c01ff3ce9695c6443b60e748ad0e89202e41a117e3d2d168d"
15- sha256 cellar : :any_skip_relocation , ventura : "ac54e515dc925e3c01ff3ce9695c6443b60e748ad0e89202e41a117e3d2d168d"
16- sha256 cellar : :any_skip_relocation , x86_64_linux : "92556c3780241a1d87e3d1d067d9fb98d9c74d5a4d52740afbb58934f6a937fa"
11+ rebuild 1
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "8187b25f32028c83b3716a0ec6ef55d5f30e39b0ca8ba7544fbdd1c655943b66"
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "8187b25f32028c83b3716a0ec6ef55d5f30e39b0ca8ba7544fbdd1c655943b66"
14+ sha256 cellar : :any_skip_relocation , arm64_ventura : "8187b25f32028c83b3716a0ec6ef55d5f30e39b0ca8ba7544fbdd1c655943b66"
15+ sha256 cellar : :any_skip_relocation , sonoma : "1f785fff421a523b484b32c2f2f5dd515c7c333585a23783dc169e528aa4c46a"
16+ sha256 cellar : :any_skip_relocation , ventura : "1f785fff421a523b484b32c2f2f5dd515c7c333585a23783dc169e528aa4c46a"
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5f5fbb90cc9ea2befec5985bdaca13452b48eb99d010ad3286e18f7e07be0d30"
1718 end
1819
1920 depends_on "go"
2021
2122 def install
22- system "go" , "build" , *std_go_args , "./cmd/staticcheck"
23+ system "go" , "build" , *std_go_args ( ldflags : "-s -w" ) , "./cmd/staticcheck"
2324 end
2425
2526 test do
0 commit comments