Skip to content

Commit

Permalink
Merge pull request #118 from deggja/feat/new-brew-version
Browse files Browse the repository at this point in the history
feat: updated homebrew
  • Loading branch information
deggja authored Jan 29, 2024
2 parents e52e470 + a42b80b commit bd5e8c1
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/3.2.4/netfetch_3.2.4_darwin_amd64.tar.gz"
sha256 "2e71f0e3fc1fb5c5c8752a500c8f6dfdec432ff26a45e74c4ef939b2eac72d14"
url "https://github.com/deggja/netfetch/releases/download/3.2.6/netfetch_3.2.6_darwin_amd64.tar.gz"
sha256 "7a5e2e20904507020bcc4fc69706456b2f887c3ddf8980339d9b07deafd4feb9"

def install
bin.install "netfetch"
Expand Down

0 comments on commit bd5e8c1

Please sign in to comment.