Skip to content

Commit

Permalink
Merge pull request #12 from meltwater/kops-1.22
Browse files Browse the repository at this point in the history
kops 1.22.6
  • Loading branch information
recollir committed May 8, 2023
2 parents fdad1db + 24dfa25 commit 6f668a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/kops.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
class Kops < Formula
version "1.18.2-bravo-2"
version "1.22.6-1"
desc "The Kops command-line tool, kops, allows you to set up Kubernetes clusters."
homepage "https://github.com/meltwater/homebrew-fks"
url "https://github.com/meltwater/homebrew-fks/releases/download/kops-#{version}/kops-darwin-amd64.tar.gz"
sha256 "bbf5b5ddcf5f7224537f4120aa76dce8b87735ea04c22298f1132a94ef03ea35"
sha256 "b210c37ebcc1464ee15059677426a758ffb3f1bc0af2b8ecb5342133d0ef6b7c"

def install
bin.install "kops"
bin.install "spok"
end

# Homebrew requires tests.
test do
assert_match "git-32856aa2f8-Bravo", shell_output("#{bin}/kops version", 0)
assert_match "git-3a6f2117f322bfc37da814bde1feb12dabc943f2", shell_output("#{bin}/spok version", 0)
assert_match "git-3a6f2117f322bfc37da814bde1feb12dabc943f2", shell_output("#{bin}/kops version", 0)
end
end
Binary file not shown.

0 comments on commit 6f668a7

Please sign in to comment.