Skip to content

Commit bf9ab58

Browse files
authored
Merge pull request #251958 from Homebrew/bump-newrelic-cli-0.106.1
newrelic-cli 0.106.1
2 parents 989ce64 + c263057 commit bf9ab58

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.106.0.tar.gz"
5-
sha256 "268ccbb349b0aec2523116241d49fb993589552afbc5f93e677739e7cf1ea4c2"
4+
url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.106.1.tar.gz"
5+
sha256 "4095853203801e34118e7ac676575ae870da5b538c4dc4779e9aa95ead31748f"
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: "b6b0de49ecc4afa730abaa9112cd20f3575070655610088def5f49be1442f6c5"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "22c67853e30d5da4764bd59c5736af47c9273497a87a37fe108e47774b2dcafe"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45e003f860b808a82a0fb2805c20847f1bc23465ef86697c960b4353fdec13a5"
18-
sha256 cellar: :any_skip_relocation, sonoma: "82b9a86d765137026eea44be8a73e158a209f83fc95a69cee077bf8a2793976a"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "f2f71e37a8f3b2c166fefa87b3611ddc1cf6e1697766a51680b78aa23d7ae406"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f219c9efc3efc3b0c67d6525e624f6656a688f013df565e036d1d2c746cc0d1"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a6c5268ec8929fe8b07010315260d69afc113baf980363bc5567f1106ab72e0d"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6457530b2c1f31545b064790a3cfb566d8741f9c457e23be0e7cd3e232846493"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "90d28959e27ba9c7256b763501965010f05a9c9d1ab728e2477561825999e6f3"
18+
sha256 cellar: :any_skip_relocation, sonoma: "65a4b493411d92a77b6bddaf9f46d02001ff62a656118d8648f2b7695e8c8f3f"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "d1fa34a44b8ded4193b4ee2d7a62b17da9d0d40c66b1542f117674c3d57f455b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "613e422f45ab2ce0d9cdb13ed3a571f441ba5f1edbb9d9d0bc04d37a3c9bd1c2"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)