Skip to content

Commit

Permalink
Update: added new sha256 for homebrew download
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Nov 24, 2023
1 parent 5e2b2ff commit 4e4c56e
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
Expand Up @@ -2,7 +2,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"
sha256 "2bbf7cb3d50e477d45d6557417048a07b1d1f3884543cad3583049ef04072857"
sha256 "53bfbc3240986e4774ec2e7652be4bcac58c05e118d5443cbf0dd37ff8572722"

def install
bin.install "netfetch"
Expand All @@ -12,4 +12,4 @@ def install
system "#{bin}/netfetch", "--version"
end
end


0 comments on commit 4e4c56e

Please sign in to comment.