From 829071096a2191daaa0e2fafd0151dd0c55e06e2 Mon Sep 17 00:00:00 2001 From: Alexander Frisch Date: Fri, 23 Sep 2022 02:09:29 +0000 Subject: [PATCH] newrelic-cli 0.55.0 Closes #111482. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/newrelic-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/newrelic-cli.rb b/Formula/newrelic-cli.rb index 905738cd0f2..8606477929d 100644 --- a/Formula/newrelic-cli.rb +++ b/Formula/newrelic-cli.rb @@ -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/v0.54.1.tar.gz" - sha256 "8c80f43d14ffc510d74a968f2b6d5bb79b486ede217afaafc85619745e49045b" + url "https://github.com/newrelic/newrelic-cli/archive/v0.55.0.tar.gz" + sha256 "75d1de6a94076b963ced3bec65e49a5c10c72b4fc84410bf82a0bd9635a6843f" license "Apache-2.0" head "https://github.com/newrelic/newrelic-cli.git", branch: "main"