Skip to content

Commit

Permalink
Update: added new file path to netfetch.rb as well
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Nov 24, 2023
1 parent 7da8bb0 commit 040f1c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netfetch.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,4 +12,3 @@ def install
system "#{bin}/netfetch", "--version"
end
end

0 comments on commit 040f1c2

Please sign in to comment.