From a42b80b20a206660db13037839913b1cd648fd51 Mon Sep 17 00:00:00 2001 From: deggja Date: Mon, 29 Jan 2024 20:23:26 +0100 Subject: [PATCH] feat: updated homebrew Signed-off-by: deggja --- netfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netfetch.rb b/netfetch.rb index 4c9ba39..b5b7462 100644 --- a/netfetch.rb +++ b/netfetch.rb @@ -1,8 +1,8 @@ class Netfetch < Formula desc "CLI tool to scan for network policies in Kubernetes clusters/namespaces and provide a score based on the amount of untargeted workloads" homepage "https://github.com/deggja/netfetch" - url "https://github.com/deggja/netfetch/releases/download/3.2.4/netfetch_3.2.4_darwin_amd64.tar.gz" - sha256 "2e71f0e3fc1fb5c5c8752a500c8f6dfdec432ff26a45e74c4ef939b2eac72d14" + url "https://github.com/deggja/netfetch/releases/download/3.2.6/netfetch_3.2.6_darwin_amd64.tar.gz" + sha256 "7a5e2e20904507020bcc4fc69706456b2f887c3ddf8980339d9b07deafd4feb9" def install bin.install "netfetch"