From f60f4038cbc6247d96d4fa517d4bea777f515a5c Mon Sep 17 00:00:00 2001 From: deggja Date: Mon, 11 Dec 2023 16:28:11 +0100 Subject: [PATCH] feat: homebrew version updated Signed-off-by: deggja --- netfetch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netfetch.rb b/netfetch.rb index 4a99a7c..8bb12df 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/0.0.62/netfetch_0.0.62_darwin_amd64.tar.gz" - sha256 "3474896871cec3646a72d5fa9daf8b0f62656fad5100ed92406cbd186b906549" + url "https://github.com/deggja/netfetch/releases/download/0.0.65/netfetch_0.0.65_darwin_amd64.tar.gz" + sha256 "ea8ca9b57223d69eb2db593080fa4cc1f9abfe1908e2aed3253fae4fd8614fcd" def install bin.install "netfetch"