Skip to content

Commit

Permalink
Merge pull request #172603 from Homebrew/bump-newrelic-cli-0.86.0
Browse files Browse the repository at this point in the history
newrelic-cli 0.86.0
  • Loading branch information
BrewTestBot authored May 23, 2024
2 parents cd80aef + 93c390c commit 5c47d4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.84.2.tar.gz"
sha256 "e9f27fd17d2b67a66d44a64b23f4395fb968bd8f5130df92177ee611770c4b68"
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.86.0.tar.gz"
sha256 "bd3604819a2cc959dae4ca893a5874eeffb692eb026495ee189b754bb1db425b"
license "Apache-2.0"
head "https://github.com/newrelic/newrelic-cli.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7969112d68d02258cc332862587a5ae2531b507ef86f2b1616575e6c82978a56"
sha256 cellar: :any_skip_relocation, arm64_ventura: "638af3a8db248ebc28be7dd863ce9fc35ee56f92fb83182be2feb6a1a7904e61"
sha256 cellar: :any_skip_relocation, arm64_monterey: "20ece72d60f0a28fcd0bcceb8b6b755ed8122093d06102d96ad2a52e9cc762d2"
sha256 cellar: :any_skip_relocation, sonoma: "ed0879d1c07030326319369b17f0e4b9d0c6efb34ba82b86758862c94fdc32a2"
sha256 cellar: :any_skip_relocation, ventura: "f03773122765bedf0b57e523dc00cbe340fd24c2749f6fc23dc4b5e85cab1009"
sha256 cellar: :any_skip_relocation, monterey: "2574ece1e7d7f58e6ebad3a05574326955cbf32efda9a40249685c35b6160958"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7855d7d9ffbc61b13bf1afd48dc1feb2b208f496da62c7f213cf538f714e3694"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "032ab2f7eb34d317c81d2ee9d8be4eae496c85f42740746eed498b6497c09cae"
sha256 cellar: :any_skip_relocation, arm64_ventura: "091402ea93dce93a3d6b72a87e3d67c4bdcb7ef35bd4f03af7e03615addd003d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e2d9a4eec4d98c479ea87a4d8b17cb68c2028e0475b8300cc990b853a94f9a1c"
sha256 cellar: :any_skip_relocation, sonoma: "9f86328423e586415f1e0deb7c31adba28aac7dcefab065c3ae4e21114ac7b4f"
sha256 cellar: :any_skip_relocation, ventura: "b0a4171fe7e222127d23cbdfc4c8217302483e53b71a7c53b12c238371385a0f"
sha256 cellar: :any_skip_relocation, monterey: "79fe8629f11f725598b13f1925dbb558391861be3663b61891fa5fa146d686bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2e4626448950f03055519bbc48aa66de6f39e1a31f519eee4c1a5a14aa77a68"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5c47d4f

Please sign in to comment.