Skip to content

Commit

Permalink
Merge pull request #35 from deggja/bugfix_29
Browse files Browse the repository at this point in the history
feat: update homebrew
  • Loading branch information
deggja committed Dec 9, 2023
2 parents 1d60962 + aedf10b commit 1ec4688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const version = "0.0.61"
const version = "0.0.62"

var rootCmd = &cobra.Command{
Use: "netfetch",
Expand Down
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.60/netfetch_0.0.60_darwin_amd64.tar.gz"
sha256 "2fa9beccddac99a4033ccb00acfc807ae2ab1c15ba8aa5ff1182a8745db87922"
url "https://github.com/deggja/netfetch/releases/download/0.0.62/netfetch_0.0.62_darwin_amd64.tar.gz"
sha256 "3474896871cec3646a72d5fa9daf8b0f62656fad5100ed92406cbd186b906549"

def install
bin.install "netfetch"
Expand Down

0 comments on commit 1ec4688

Please sign in to comment.