Skip to content

Commit

Permalink
feat: homebrew version updated
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Dec 11, 2023
1 parent 3754f96 commit f60f403
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/namespaces and provide a score based on the amount of untargeted workloads"
homepage "https://github.com/deggja/netfetch"
url "https://github.com/deggja/netfetch/releases/download/0.0.62/netfetch_0.0.62_darwin_amd64.tar.gz"
sha256 "3474896871cec3646a72d5fa9daf8b0f62656fad5100ed92406cbd186b906549"
url "https://github.com/deggja/netfetch/releases/download/0.0.65/netfetch_0.0.65_darwin_amd64.tar.gz"
sha256 "ea8ca9b57223d69eb2db593080fa4cc1f9abfe1908e2aed3253fae4fd8614fcd"

def install
bin.install "netfetch"
Expand Down

0 comments on commit f60f403

Please sign in to comment.