11class 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.99.4 .tar.gz"
5- sha256 "c9987ae25eebc4f2417ff8f8b34cfc1518528a148605e2bc17050a948a40b39a "
4+ url "https://github.com/newrelic/newrelic-cli/archive/refs/tags/v0.99.5 .tar.gz"
5+ sha256 "14daff1f0b3a971326fde0058e54f2d39c43ee9f346825a7b10ad96ae3f41eb3 "
66 license "Apache-2.0"
77 head "https://github.com/newrelic/newrelic-cli.git" , branch : "main"
88
@@ -12,13 +12,13 @@ class NewrelicCli < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "e9537d6de5722c294f20bea95e7719a1ef0c82e9b26425192e61ebebe769dedf "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "d5dc57d06dbb836903211a4e3323c8dacac1a69195fab5b23f4266420c7a3ac9 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "26717f5f200fceac8672dc4138541f906ede447f9f39c3791e565e99534a7abd "
18- sha256 cellar : :any_skip_relocation , sonoma : "09a8b463d01e428da0f9b348bb7ffd7c4f25cef8459ad41b5952bbf344459901 "
19- sha256 cellar : :any_skip_relocation , ventura : "0047d00db7a1efe0012a52d0b2e11428c4b7e6d9d27fc0e7672105f1526d1b96 "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "acbb964c4d8138eed8bdbe8ff3137e094aec3ace681033a27da0918678f62086 "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "5be63ad102d7491487ebb55df2c774980cc4e006d76fa55e6d07afcfabfa7456 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "bf0d199fc3c3ec5a787e16883d3ac8434d7adb603813c4f377131252ca5eceaa "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "a0c7bc4df40d77eae1c09c10ec7849068d39c4389e9b563e742f5cc25e2897c0 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "aac00ffb3923233c0a1b176c83fc654c6e208fb0d9e817806f8d6ef679e2793f "
18+ sha256 cellar : :any_skip_relocation , sonoma : "2285390a15bb971b38614703421408d724209e4c8ee15d74ef29934c6052b7b4 "
19+ sha256 cellar : :any_skip_relocation , ventura : "aa4078b339fa8b2a68ff10d9af4b34ef28204d3a4fd0e3f1948dc1819c5d50df "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "8d5ec2b63d1234d2c0faa91a056ec00a742c814ad2b6293a04ba8e2ad698a9d3 "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c560a0bb8325945e4a52e08c723a9075cbad943340ac5a316a50b902f4eaccd9 "
2222 end
2323
2424 depends_on "go" => :build
0 commit comments