Skip to content

Commit

Permalink
Update for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Dec 14, 2023
1 parent 6b7e889 commit 86abdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/kss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
class Kss < Formula
desc "Kubernetes pod status on steroid 💉"
homepage "https://github.com/chmouel/kss"
version "0.3.0"
version "0.4.0"

depends_on "fzf"
depends_on "kubectl"

url "https://github.com/chmouel/kss/tarball/#{version}"
sha256 "91fdd89c4c690b43dd80f68ab255aa0dc81ad0f4cb3dcf26905f0484a426b8ea"
sha256 "08453cac989ad58c28eb4e3ba3cb68b9ebfeec4304cda26ac76ae4efc01bb088"

def install
bin.install "kss" => "kss"
Expand Down

0 comments on commit 86abdd2

Please sign in to comment.