Skip to content

Commit 3dae321

Browse files
authored
Merge pull request #250948 from Homebrew/bump-newrelic-cli-0.105.2
newrelic-cli 0.105.2
2 parents 2110743 + cef0fe5 commit 3dae321

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.105.1.tar.gz"
5-
sha256 "ec2e28ff2faf16aef1f242340d7e76d170dfa57e913dc065e92e21f96eb87587"
4+
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.105.2.tar.gz"
5+
sha256 "20127de3c6e6101b7710c31930224dc2b67e22ca59850aedce39a901128d9258"
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_tahoe: "8a3e0fd40a10a784f31f0cebea5e8fb28b3cf60b15377b1578e3794d7d26e724"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d2a2dd197f19537525ee573ebbb09040b6cf6625db9e44293c9a0304dd7b323"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "985d9ecfee44b51a26651136f464dd949e34613369689358da898371b13061c4"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f8f26171206d57b9a1675dc220c3937f0a4b03493d6fe4d4c8a5b94838b98879"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "8c56bbd3c61d5a325803773d55d14eed9e3449a8d6bb748e9714c165fb272460"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "039e9aa72aab6c2e2805aa2dfe39ab336ddd9c8043d1d2f5a7510c3c94b4a436"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1b13a7b91b4e396e57c17c7dd5a5385e2af71c292e0853f7d4de0deec4f00521"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d2402a56d59203a6fb15dc16c19b6c8720975fe7fe638d124ee73269dacf26e3"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e9d3ae6f004355c1700586cc0bfb59eb9698240182f133bfad976fce2618171"
18+
sha256 cellar: :any_skip_relocation, sonoma: "86d3b125a22b9f53ff8cfdddc28d8d133d77374f6a6a328d3a30383f1f88e4d0"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "6db33c58a6574eb3e16030d4067fd37e6a4e4c28769bab325899a1a008bb4be0"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d6644d92433ffa189f0d580ce026ebca0782083297507b52f53ba70f5669b29"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)