From 040f1c2187618ac735164e484125e336b9f10e17 Mon Sep 17 00:00:00 2001 From: deggja Date: Fri, 24 Nov 2023 12:31:15 +0100 Subject: [PATCH] Update: added new file path to netfetch.rb as well Signed-off-by: deggja --- netfetch.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netfetch.rb b/netfetch.rb index d7e366b..6ce82ef 100644 --- a/netfetch.rb +++ b/netfetch.rb @@ -1,7 +1,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" + url "https://github.com/deggja/netfetch/releases/download/0.0.15/netfetch_0.0.15_darwin_amd64.tar.gz" sha256 "2bbf7cb3d50e477d45d6557417048a07b1d1f3884543cad3583049ef04072857" def install @@ -12,4 +12,3 @@ def install system "#{bin}/netfetch", "--version" end end - \ No newline at end of file