Skip to content

Commit

Permalink
Update: updated homebrew file to reflect new version for scoring
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 4863ab0 commit fd1d163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netfetch.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.15/netfetch_0.0.15_darwin_amd64.tar.gz"
sha256 "53bfbc3240986e4774ec2e7652be4bcac58c05e118d5443cbf0dd37ff8572722"
url "https://github.com/deggja/netfetch/releases/download/0.0.23/netfetch_0.0.23_darwin_amd64.tar.gz"
sha256 "edda5dd7c8591a4620d928398b3eefb0436206e37496442a8b10359ef0e86ce3"

def install
bin.install "netfetch"
Expand Down

0 comments on commit fd1d163

Please sign in to comment.