Skip to content

Commit fb42b38

Browse files
authored
Merge pull request #206528 from Homebrew/bump-newrelic-cli-0.97.5
newrelic-cli 0.97.5
2 parents 158e69a + 8875042 commit fb42b38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/newrelic-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class NewrelicCli < Formula
22
desc "Command-line interface for New Relic"
33
homepage "https://github.com/newrelic/newrelic-cli"
4-
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.97.4.tar.gz"
5-
sha256 "e5b01770888d1fa1d03d74254803066ac3487eeb133fdd666c978a71ac0e4dfa"
4+
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.97.5.tar.gz"
5+
sha256 "2fbf3d8832c0816587b24b22688e9e20962e3f73fc4c476d2081cff24d2a6e94"
66
license "Apache-2.0"
77
head "https://github.com/newrelic/newrelic-cli.git", branch: "main"
88

@@ -12,12 +12,12 @@ class NewrelicCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad373c8b9c5feea972433c358f03ea5d93f8b73a1bbf5d19fa38c4a868b8b25d"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ed1ff2eefcce8e66abefa81c74519c9909a50f6d8af630c94d332125b5c1ecb"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5fae45859b81f6b80db3076bd58661fe5320b520efcd6a9685b2579ffdd8edeb"
18-
sha256 cellar: :any_skip_relocation, sonoma: "3c89843964cf24f92308aca6699eedb7539758a766bf445c93ba41462bb6f8fa"
19-
sha256 cellar: :any_skip_relocation, ventura: "bb2d21fe4c95ab4a1b9e2aa0fb07f147397f1a6752b5d7a512ff0eb56cf5c2ee"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0f5a587a45b798c9f4855d590d5e99609f1c48748337a373f71cc9f4381740e"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "378e18399639f9af68cdd73b94a00274f87f3fd5552fd1b5341aaaa3ccfc225b"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75bb41580ec3329476f765393bfea23cdc0fb7977f35931e4f098cd63b01fdfc"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8100284401749973b05dcf26f9fb90e6a6669e4d949c316a807d6fd53ac94151"
18+
sha256 cellar: :any_skip_relocation, sonoma: "5edf589f7e7f23ab8a7298dcd875bf20cb3a4f6bb1034e37b5ce20bebfcef4b3"
19+
sha256 cellar: :any_skip_relocation, ventura: "9bdfabd20159c2bd98c4b54bd571aef08bb78a8b6d9440ed8aaddf67896e8d51"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "91fcade859ee5eebf136db4e846a48f4e4adf28bebe7391b21372ccace86de75"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)