Skip to content

Commit 6175181

Browse files
authored
Merge pull request #200024 from Homebrew/stripe-mock-update
stripe-mock: update go build
2 parents 33a586a + 9d70f42 commit 6175181

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Formula/s/stripe-mock.rb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ class StripeMock < Formula
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec7f7d65d240f5f0a4f15e2434ade968cf6aa97b7c72a263923f5655c93e1ccf"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec7f7d65d240f5f0a4f15e2434ade968cf6aa97b7c72a263923f5655c93e1ccf"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec7f7d65d240f5f0a4f15e2434ade968cf6aa97b7c72a263923f5655c93e1ccf"
12-
sha256 cellar: :any_skip_relocation, sonoma: "0cce95a8ff69747e41e9b0110afc740776498d734d9491ba4197031279ca4fcd"
13-
sha256 cellar: :any_skip_relocation, ventura: "0cce95a8ff69747e41e9b0110afc740776498d734d9491ba4197031279ca4fcd"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4dd145e4dc0930347a066c450bd811626e7e10bf699314531208d9a2fe38faf1"
9+
rebuild 1
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2ba9c9c2bcf0036489d84d279a8c80bf7d72d483112bb6db13e1a78d89e156d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2ba9c9c2bcf0036489d84d279a8c80bf7d72d483112bb6db13e1a78d89e156d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a2ba9c9c2bcf0036489d84d279a8c80bf7d72d483112bb6db13e1a78d89e156d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f9df4eb35c18303d84efdc994c16aa5bf83c0a45175b1379d756ca08f73ab336"
14+
sha256 cellar: :any_skip_relocation, ventura: "f9df4eb35c18303d84efdc994c16aa5bf83c0a45175b1379d756ca08f73ab336"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d7cd69e545b5998185ed466614cf0c7bef58d33e38589be6caf94d52cd701be"
1516
end
1617

1718
depends_on "go" => :build
1819

1920
def install
20-
system "go", "build", *std_go_args(ldflags: "-X main.version=#{version}")
21+
system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}")
2122
end
2223

2324
service do

0 commit comments

Comments
 (0)