From be953cb5bea308074e3d9979057f2d9e94e5214e Mon Sep 17 00:00:00 2001 From: "Daniel R. Dagfinrud" Date: Fri, 24 Nov 2023 12:30:46 +0100 Subject: [PATCH] Update: added new sha256 for homebrew download Signed-off-by: Daniel R. Dagfinrud --- netfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netfetch.rb b/netfetch.rb index d7e366b..039f809 100644 --- a/netfetch.rb +++ b/netfetch.rb @@ -2,7 +2,7 @@ class Netfetch < Formula desc "CLI tool to scan for network policies in Kubernetes clusters" homepage "https://github.com/deggja/netfetch" url "https://github.com/deggja/netfetch/releases/download/0.0.9/netfetch_0.0.9_darwin_amd64.tar.gz" - sha256 "2bbf7cb3d50e477d45d6557417048a07b1d1f3884543cad3583049ef04072857" + sha256 "53bfbc3240986e4774ec2e7652be4bcac58c05e118d5443cbf0dd37ff8572722" def install bin.install "netfetch" @@ -12,4 +12,4 @@ def install system "#{bin}/netfetch", "--version" end end - \ No newline at end of file +