k9s 0.24.7

* k9s 0.24.7
* add patch

Closes #74277.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
rui 2021-03-31 18:22:44 +00:00 committed by BrewTestBot
parent 13bb202acf
commit cabdda83b7
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 8 additions and 2 deletions

View File

@ -2,8 +2,8 @@ class K9s < Formula
desc "Kubernetes CLI To Manage Your Clusters In Style!"
homepage "https://k9scli.io/"
url "https://github.com/derailed/k9s.git",
tag: "v0.24.6",
revision: "0b965ebf4b1d871fd6486d6176839afff61e7104"
tag: "v0.24.7",
revision: "303de07663dcb20899852a98d3ebf6ce2f1c7922"
license "Apache-2.0"
head "https://github.com/derailed/k9s.git"
@ -16,6 +16,12 @@ class K9s < Formula
depends_on "go" => :build
# remove in next release
patch do
url "https://github.com/derailed/k9s/commit/82b1c8a.patch?full_index=1"
sha256 "50dfe6931023e45fd630d4b12d64e3a9aeae1ade7ed5ee7e87222e6d79fc9f35"
end
def install
system "go", "build", "-ldflags",
"-s -w -X github.com/derailed/k9s/cmd.version=#{version}