From aedf10b5c29eb0742189c391170f7cbd4820dab0 Mon Sep 17 00:00:00 2001 From: deggja Date: Sat, 9 Dec 2023 13:28:52 +0100 Subject: [PATCH] feat: update homebrew Signed-off-by: deggja --- backend/cmd/root.go | 2 +- netfetch.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/cmd/root.go b/backend/cmd/root.go index b3be3d3..1dc6b6c 100644 --- a/backend/cmd/root.go +++ b/backend/cmd/root.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const version = "0.0.61" +const version = "0.0.62" var rootCmd = &cobra.Command{ Use: "netfetch", diff --git a/netfetch.rb b/netfetch.rb index 3f32c6f..4a99a7c 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.60/netfetch_0.0.60_darwin_amd64.tar.gz" - sha256 "2fa9beccddac99a4033ccb00acfc807ae2ab1c15ba8aa5ff1182a8745db87922" + url "https://github.com/deggja/netfetch/releases/download/0.0.62/netfetch_0.0.62_darwin_amd64.tar.gz" + sha256 "3474896871cec3646a72d5fa9daf8b0f62656fad5100ed92406cbd186b906549" def install bin.install "netfetch"