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 9, 2023
1 parent 011279f commit fb0b633
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.59"
const version = "0.0.60"

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.58/netfetch_0.0.58_darwin_amd64.tar.gz"
sha256 "9f91c073596dd0ec511b28dcf8fc6ebe1b65e8da9310cb2d26a308befe849e65"
url "https://github.com/deggja/netfetch/releases/download/0.0.60/netfetch_0.0.60_darwin_amd64.tar.gz"
sha256 "2fa9beccddac99a4033ccb00acfc807ae2ab1c15ba8aa5ff1182a8745db87922"

def install
bin.install "netfetch"
Expand Down

0 comments on commit fb0b633

Please sign in to comment.