Skip to content

Commit

Permalink
feat: update homebrew version
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Dec 15, 2023
1 parent 89e1ff9 commit 2855f2e
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/2.0.0/netfetch_2.0.0_darwin_amd64.tar.gz"
sha256 "0aba03542eb6137382be8fe61d5801734e2771250ae8f0355add438b26aae2c3"
url "https://github.com/deggja/netfetch/releases/download/2.1.0/netfetch_2.1.0_darwin_amd64.tar.gz"
sha256 "7b0d01392469ee9c1c035921f0420692220689f0e6654ee11bd22d4e7c05245a"

def install
bin.install "netfetch"
Expand Down

0 comments on commit 2855f2e

Please sign in to comment.