Skip to content

Commit 3c8b6f3

Browse files
authored
Merge branch 'Homebrew:main' into postgresql-stop-timeout
2 parents b55d55c + 7350a75 commit 3c8b6f3

1,095 files changed

Lines changed: 3763 additions & 3639 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Formula/a/actionlint.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Actionlint < Formula
2424

2525
def install
2626
ldflags = %W[
27-
-s -w
2827
-X "github.com/rhysd/actionlint.version=#{version}"
2928
-X "github.com/rhysd/actionlint.installedFrom=installed from Homebrew"
3029
]

Formula/a/actions-batch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ActionsBatch < Formula
2424
deny_network_access! [:postinstall]
2525

2626
def install
27-
system "go", "build", *std_go_args(ldflags: "-s -w")
27+
system "go", "build", *std_go_args
2828

2929
pkgshare.install "examples"
3030
end

Formula/a/activemq.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Activemq < Formula
22
desc "Apache ActiveMQ: powerful open source messaging server"
33
homepage "https://activemq.apache.org/"
4-
url "https://www.apache.org/dyn/closer.lua?path=activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz"
5-
mirror "https://archive.apache.org/dist/activemq/6.2.7/apache-activemq-6.2.7-bin.tar.gz"
6-
sha256 "7bb616f47e94c3bcd17589712ba647e893b049010c104c780fc227e83fed09ee"
4+
url "https://www.apache.org/dyn/closer.lua?path=activemq/6.3.0/apache-activemq-6.3.0-bin.tar.gz"
5+
mirror "https://archive.apache.org/dist/activemq/6.3.0/apache-activemq-6.3.0-bin.tar.gz"
6+
sha256 "853a786c304d456d4f7bc2ff8fda89d0ea7d755241048ed1ced9b51f5dabcc39"
77
license "Apache-2.0"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a8c7d2f33148f0a74b5c949632babfbfcaa69d37d2b93cdf75242c19218dd7b7"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "40e13cde72a651bfd6af5c3352365aff6e0a5d28c0084cb279423209539a68d1"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8782bcd758619ebd9a0310a01feeecd5af9245938d3662963b2daf785a3d1fd"
13-
sha256 cellar: :any_skip_relocation, sonoma: "88164f900bb88c552f689de6c7c51afd5561287cfa5c0454f8db621b14fd1de2"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "e84bb4028c9dd3746fc3859250bc08926db9057928bec8fdcf9835205b03b249"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8250a561cbcad421848957b42b39f6e1d9a1e668b19b71a64b6d1ba954f2fc77"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "18b7f21e842c0eb8b779dfe677e79ffd0b476b66a3fe3cc01fbebee059703db6"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "29295e3741fe9480e8096bbad4e5dc699a29c5759a482c8492bf9c72b138934f"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5275c400936d07daf5171d68a61155f7e6902bdeb8d2dff026174aa8b9db88bf"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8c2169e7120915d8ee231facbdcde7c86cc9d81c313efc4a9325e76bc564b328"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "64e050a1b6267d0340646f455844ba68371704ab75b13de2b4989408ac71c4a1"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b16fc5237808b6ef84a5e9b0075e252abacc1e3f66837545293a3501852a314c"
1616
end
1717

1818
depends_on "java-service-wrapper"

Formula/a/addlicense.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Addlicense < Formula
2222
deny_network_access! [:postinstall, :test]
2323

2424
def install
25-
system "go", "build", *std_go_args(ldflags: "-s -w")
25+
system "go", "build", *std_go_args
2626
end
2727

2828
test do

Formula/a/age.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Age < Formula
2121
deny_network_access! [:postinstall, :test]
2222

2323
def install
24-
ldflags = "-s -w -X main.Version=v#{version}"
24+
ldflags = "-X main.Version=v#{version}"
2525
(buildpath/"cmd").each_child(false) do |cmd|
2626
system "go", "build", *std_go_args(ldflags:, output: bin/cmd), "./cmd/#{cmd}"
2727
end

Formula/a/ahoy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Ahoy < Formula
2828

2929
def install
3030
cd "v2" do
31-
system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}-homebrew")
31+
system "go", "build", *std_go_args(ldflags: "-X main.version=#{version}-homebrew")
3232
end
3333
end
3434

Formula/a/aiac.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ class Aiac < Formula
2222
deny_network_access! [:postinstall, :test]
2323

2424
def install
25-
ldflags = %W[
26-
-s -w
27-
-X github.com/gofireflyio/aiac/v#{version.major}/libaiac.Version=#{version}
28-
]
25+
ldflags = %W[-X github.com/gofireflyio/aiac/v#{version.major}/libaiac.Version=#{version}]
2926
system "go", "build", *std_go_args(ldflags:)
3027
end
3128

Formula/a/aicommit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Aicommit < Formula
2222
deny_network_access! [:postinstall, :test]
2323

2424
def install
25-
system "go", "build", *std_go_args(ldflags: "-s -w -X main.Version=v#{version}"), "./cmd/aicommit"
25+
system "go", "build", *std_go_args(ldflags: "-X main.Version=v#{version}"), "./cmd/aicommit"
2626
end
2727

2828
test do

Formula/a/ain.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class Ain < Formula
2828
depends_on "go" => :build
2929

3030
def install
31-
ldflags = "-s -w -X main.gitSha=#{version}"
32-
system "go", "build", *std_go_args(ldflags:), "./cmd/ain"
31+
system "go", "build", *std_go_args(ldflags: "-X main.gitSha=#{version}"), "./cmd/ain"
3332
end
3433

3534
test do

Formula/a/akamai.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def install
2222
noautoupgrade
2323
nofirstrun
2424
]
25-
system "go", "build", *std_go_args(ldflags: "-s -w", tags:), "./cli"
25+
system "go", "build", *std_go_args(tags:), "./cli"
2626
end
2727

2828
test do

0 commit comments

Comments
 (0)