From 8053e8f5dd35b17434c8ec2ac84bc8e0f40317cc Mon Sep 17 00:00:00 2001 From: deggja Date: Fri, 24 Nov 2023 13:07:36 +0100 Subject: [PATCH] Fix: added correct shasum for check Signed-off-by: deggja --- netfetch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfetch.rb b/netfetch.rb index 5b54cec..797e18b 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.15/netfetch_0.0.15_darwin_amd64.tar.gz" - sha256 "2bbf7cb3d50e477d45d6557417048a07b1d1f3884543cad3583049ef04072857" + sha256 "53bfbc3240986e4774ec2e7652be4bcac58c05e118d5443cbf0dd37ff8572722" def install bin.install "netfetch"