Skip to content

Commit

Permalink
Merge pull request #171550 from Homebrew/bump-newrelic-infra-agent-1.…
Browse files Browse the repository at this point in the history
…52.2

newrelic-infra-agent 1.52.2
  • Loading branch information
BrewTestBot authored May 13, 2024
2 parents 9ba7508 + 6acc7d1 commit c08b86d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/newrelic-infra-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NewrelicInfraAgent < Formula
desc "New Relic infrastructure agent"
homepage "https://github.com/newrelic/infrastructure-agent"
url "https://github.com/newrelic/infrastructure-agent.git",
tag: "1.52.1",
revision: "2f3cfea8406815c1d81d0bea05a83d80cfb279f4"
tag: "1.52.2",
revision: "dc280de6db94fbecccd2b29ad8cd879e00f343f4"
license "Apache-2.0"
head "https://github.com/newrelic/infrastructure-agent.git", branch: "master"

Expand All @@ -15,13 +15,13 @@ class NewrelicInfraAgent < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b98497fe16720e591e0b47461d8289c017dd3cadce511b95dc93a7660bcef10b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b2b0318af4ef01a5ba2b23684a72670fc26be3c90a53765110a226d9ff14f325"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fa97702475de18656deaa84c1b423d2979e524a695f3417c73ea67be7bdac2b6"
sha256 cellar: :any_skip_relocation, sonoma: "7b83a62c4c77d83b7b0be017d31f1fb1c82af4114c2831d7de72e5511e7e30df"
sha256 cellar: :any_skip_relocation, ventura: "1de835c6678001d19034ea1be32e81c1d018cd77a7e64c985a40b647f9967496"
sha256 cellar: :any_skip_relocation, monterey: "e6bc4df8752b014524dc509e2b08a803d1e564f1b93421f3498c13f6b691155e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "20a46a4b466c553dba627e2f6313c74a20721687ec2bc685bc9417f4d08a33d3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc595a730de0c79881b891faa53754500a85095a410a4c95e29411290cded8bf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1d8050f09b98105b6f80ffe2dbe0dfcbd47b86efa9fafa16610be13db82a04bd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "da74ec1a89a29923ea61b59176d680b2e6020dae6dcdf2624d07b30f365b7300"
sha256 cellar: :any_skip_relocation, sonoma: "e18bc4bd98a29b924fcc3fffb89d4421a09b4b1277fb7ba941f0a17fc2b1af7b"
sha256 cellar: :any_skip_relocation, ventura: "8281827d5b64026f950e87fc5a648b0779b1026529bc6892f58d73caeb838581"
sha256 cellar: :any_skip_relocation, monterey: "f6b7b6ccccb02789f9b63c9e937e2fa3951d48ac069170b9806ac6a640491332"
sha256 cellar: :any_skip_relocation, x86_64_linux: "28f486a32c2f65fa22e1e369b421e112e0e68d9ebe26e05d777333a251001b04"
end

depends_on "go" => :build
Expand Down

0 comments on commit c08b86d

Please sign in to comment.