Skip to content

Commit

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

depends_on "fzf"
depends_on "kubectl"

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

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

0 comments on commit e888ed9

Please sign in to comment.