Skip to content

Commit

Permalink
Merge pull request #200042 from Homebrew/bump-newrelic-cli-0.97.2
Browse files Browse the repository at this point in the history
newrelic-cli 0.97.2
  • Loading branch information
BrewTestBot authored Dec 4, 2024
2 parents 201a874 + b627e2c commit cc018d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/n/newrelic-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class NewrelicCli < Formula
desc "Command-line interface for New Relic"
homepage "https://github.com/newrelic/newrelic-cli"
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.97.1.tar.gz"
sha256 "72c41e40e20e5b3405330fd7ad850ec35a9b99361701bd8c5f933a91322300d5"
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.97.2.tar.gz"
sha256 "8eca7c0dc83b9f3af5696f212c7b63354598a815e8eebcb88273ee31319a58d0"
license "Apache-2.0"
head "https://github.com/newrelic/newrelic-cli.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class NewrelicCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f3268e4e27f5f6c29209fcfb791d48f3c770c2e79c3630e1f3e0328cd684651"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a6da56413e549a24a3bbaebd4568d7ff5056175a2214b6bb40fc4a1008b5f36"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d37265e5054609e06e62e4d3c0261bb4fe8e18c2fa4417b375f4e2c97fc10198"
sha256 cellar: :any_skip_relocation, sonoma: "edfe6ce73aeb9a04a854c370933d8019cb4301568d758b3b69676816eb328813"
sha256 cellar: :any_skip_relocation, ventura: "7f3d8e1d53e3d96f9f3bf6055e725c68fa0af5d5b6ed651dba4bcddb582b92b8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f1977fce0741e8e026662ef01139a2fc5c642fbc3b053aad897509ee7266d4e5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce45653bb9005cc5b00b1dec79635a4dbfee4b6e3b2d54959183aba0f7866470"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7053bce832a232cfaee7dc22111702d9428d3c6fb91a8028761e474d3f3cf923"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf2844de5d34e6a7d2a40c907700c160654b85fff1cb6bb15eb5317a21eb923b"
sha256 cellar: :any_skip_relocation, sonoma: "c6a8d84fd89807b68fd99960f99c67ebc909df7e8d551b4aee881b8caa380a89"
sha256 cellar: :any_skip_relocation, ventura: "b0dd5a74cdac7d894854f66f036a58c2c9dd0695e05aa55dce90fd80f1e84098"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e3f1fa1c866af6ea40bdbfc545a2b7e3090b50152b34104ab2b5130661a21b75"
end

depends_on "go" => :build
Expand Down

0 comments on commit cc018d5

Please sign in to comment.