Skip to content

Commit

Permalink
kumactl 2.6.0
Browse files Browse the repository at this point in the history
kumactl: remove docs

Signed-off-by: Rui Chen <[email protected]>

kumactl: update sha

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
Alexander Frisch authored and chenrui333 committed Feb 1, 2024
1 parent 46280f7 commit 67e02ba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/k/kumactl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kumactl < Formula
desc "Kuma control plane command-line utility"
homepage "https://kuma.io/"
url "https://github.com/kumahq/kuma/archive/refs/tags/2.5.1.tar.gz"
sha256 "57f5dab796e46a8c8f03dadeebb7b88d5b7b2d0affd4ea5ba8bda7afe7548b97"
url "https://github.com/kumahq/kuma/archive/refs/tags/2.6.0.tar.gz"
sha256 "5fa180d5773f8a5916205fa12f36a9cf45ab723453690247942b6e843a244e9b"
license "Apache-2.0"

livecheck do
Expand Down Expand Up @@ -33,11 +33,6 @@ def install
system "go", "build", *std_go_args(ldflags: ldflags), "./app/kumactl"

generate_completions_from_executable(bin/"kumactl", "completion")

ENV["DESTDIR"] = buildpath
ENV["FORMAT"] = "man"
system "go", "run", "tools/docs/generate.go"
man1.install Dir["kumactl/*.1"]
end

test do
Expand Down

0 comments on commit 67e02ba

Please sign in to comment.