Skip to content

Commit

Permalink
Merge pull request #23 from deggja/bugfix
Browse files Browse the repository at this point in the history
feat: new homebrew version with fixes
  • Loading branch information
deggja authored Dec 8, 2023
2 parents 533868f + c21cd87 commit aa17501
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.53/netfetch_0.0.53_darwin_amd64.tar.gz"
sha256 "4bc8092b5df77ce87c6dafa3d46e84779490985dbc2317072b00dd5bafeee61d"
url "https://github.com/deggja/netfetch/releases/download/0.0.55/netfetch_0.0.55_darwin_amd64.tar.gz"
sha256 "5ca27a17e1c5d89943c9a410b6b7baf460dd3f8ce792be70923ceb2231b4cd66"

def install
bin.install "netfetch"
Expand Down

0 comments on commit aa17501

Please sign in to comment.