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
2 parents 040f1c2 + be953cb commit ff46f0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netfetch.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
class Netfetch < Formula
desc "CLI tool to scan for network policies in Kubernetes clusters"
homepage "https://github.com/deggja/netfetch"
<<<<<<< HEAD
url "https://github.com/deggja/netfetch/releases/download/0.0.15/netfetch_0.0.15_darwin_amd64.tar.gz"
sha256 "2bbf7cb3d50e477d45d6557417048a07b1d1f3884543cad3583049ef04072857"
=======
url "https://github.com/deggja/netfetch/releases/download/0.0.9/netfetch_0.0.9_darwin_amd64.tar.gz"
sha256 "53bfbc3240986e4774ec2e7652be4bcac58c05e118d5443cbf0dd37ff8572722"
>>>>>>> be953cb5bea308074e3d9979057f2d9e94e5214e

def install
bin.install "netfetch"
Expand All @@ -12,3 +17,7 @@ def install
system "#{bin}/netfetch", "--version"
end
end
<<<<<<< HEAD
=======

>>>>>>> be953cb5bea308074e3d9979057f2d9e94e5214e

0 comments on commit ff46f0f

Please sign in to comment.