@@ -7,20 +7,19 @@ class Shush < Formula
77 head "https://github.com/realestate-com-au/shush.git" , branch : "master"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_sequoia : "2abec620d598ba0b7655e71007dc4e0bd77c7ecf89f540c85c7cce5b9594a766"
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "e4eddd05ead07c7e5aba121ce9f52d9ebde508f13582e309b2cc94f9e7594775"
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "235bbae46feb07e98354987aa2b7139dc0124af9f6420bd8427218468239649f"
13- sha256 cellar : :any_skip_relocation , arm64_monterey : "8d895bc3945dc850cbabfed017e8fe0bdaad6ac2db22e0eef6b61e28dac59a45"
14- sha256 cellar : :any_skip_relocation , sonoma : "2d4aa70631bb78c9080f8a8e459318d832e1fdac632be672beddc5bd3d9e40e2"
15- sha256 cellar : :any_skip_relocation , ventura : "ae3d5f78a927f8694bd6e64e286129991d8984302c75411275b0909f8215d839"
16- sha256 cellar : :any_skip_relocation , monterey : "b889d1067edc8deb05de429b3847505421c19e715243295dd7653a282cb0d61d"
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "949283b0dcf3f30c9838df02fef553efad86906bb540b0ff601bc0a07b10e2a1"
10+ rebuild 1
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "38e8b3daac478d4f716b340df549741e7bd46d2fead43762a20e896357f73697"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "38e8b3daac478d4f716b340df549741e7bd46d2fead43762a20e896357f73697"
13+ sha256 cellar : :any_skip_relocation , arm64_ventura : "38e8b3daac478d4f716b340df549741e7bd46d2fead43762a20e896357f73697"
14+ sha256 cellar : :any_skip_relocation , sonoma : "2f4578b270925b1861d476ea6e55e5aed44e3d690f27c9a2118e2079f3ed1fc7"
15+ sha256 cellar : :any_skip_relocation , ventura : "2f4578b270925b1861d476ea6e55e5aed44e3d690f27c9a2118e2079f3ed1fc7"
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5dd8b6893291ab04f6aab2a7928e694cef9601feddc6b7bf4f59b1f54df023a3"
1817 end
1918
2019 depends_on "go" => :build
2120
2221 def install
23- system "go" , "build" , *std_go_args
22+ system "go" , "build" , *std_go_args ( ldflags : "-s -w" )
2423 end
2524
2625 test do
0 commit comments