Skip to content

Commit

Permalink
Merge pull request #72 from deggja/brew
Browse files Browse the repository at this point in the history
feat: update homebrew version with new build
  • Loading branch information
deggja authored Dec 13, 2023
2 parents 78b76d9 + 4710520 commit 066b023
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/1.0.4/netfetch_1.0.4_darwin_amd64.tar.gz"
sha256 "c74157ff160837d0878db010f23aa5e506e4463308448e439023fad9991d2489"
url "https://github.com/deggja/netfetch/releases/download/1.5.0/netfetch_1.5.0_darwin_amd64.tar.gz"
sha256 "8bb003855ade22f2971ce3f988c0855b9e3b703e2214b6bfec783dc69e010057"

def install
bin.install "netfetch"
Expand Down

0 comments on commit 066b023

Please sign in to comment.