Skip to content

Commit 3dce81b

Browse files
authored
Merge pull request #230222 from Homebrew/bump-newrelic-infra-agent-1.65.4
newrelic-infra-agent 1.65.4
2 parents e01bea9 + d5c6b2c commit 3dce81b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/newrelic-infra-agent.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class NewrelicInfraAgent < Formula
22
desc "New Relic infrastructure agent"
33
homepage "https://github.com/newrelic/infrastructure-agent"
44
url "https://github.com/newrelic/infrastructure-agent.git",
5-
tag: "1.65.3",
6-
revision: "a53f431bff4cfa8c4547bc65b8d5cd98b667555b"
5+
tag: "1.65.4",
6+
revision: "647262a48d6df9b20f7d0df14302247044b930ea"
77
license "Apache-2.0"
88
head "https://github.com/newrelic/infrastructure-agent.git", branch: "master"
99

@@ -15,13 +15,13 @@ class NewrelicInfraAgent < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c90a2f2c32c566763892605291257795e8ab9816207caf47248c50f1317ec406"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "07269a73c0545545c69feadb12d562444718741e02b506bd8ca75aa764ba9bb8"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "91e461419eb2294db0ce9bfb706024769304ed89c44172daa511a88687c652ce"
21-
sha256 cellar: :any_skip_relocation, sonoma: "8ce9e08631ae7019ff58a49586f06b287a8497d8dc335dfba6b51d180dfcb34d"
22-
sha256 cellar: :any_skip_relocation, ventura: "214b6b73a19ce84905985dd0c7c8738e3992818f1cffd66b856dd9ebc6e19887"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "4cd950dbc9777c95113891c593848347c6a9b20ab1e3380323676177e7bf2807"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c452906a2602bd6e7131ac336081afa8807879ebb6ae00b799a19e0bc19e3e18"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aca6ab334996acf8dbd1fb883d110c82e30e570befa75cc4c649d7022f70bba9"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1edb5bf2e769eba62d2dd6cad7b02e9c6e6e6b19d9356f59ae3281cc0e3194e"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c2a5d85df1318b43b410445a45d1c70b5d8ead9e851b7d76f370c44b5c3fe81d"
21+
sha256 cellar: :any_skip_relocation, sonoma: "bfecd0b15b5fe2086b81e7eb0811b61da4c0a11405ad4888671cafbf364772f2"
22+
sha256 cellar: :any_skip_relocation, ventura: "7d60689fac19c76581f16562b0f9a74098f5a6b3d8108f42f4b69a1d8cc77db6"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "f0d18d37ba1fd9d17a9fbb28923e44d3ec15e044702c8317d62a20955dca787f"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3ff6b59a327a1c3c826834cc17d617982bb04a0d86f64574567ac3b2bfc3544"
2525
end
2626

2727
depends_on "go" => :build

0 commit comments

Comments
 (0)