Skip to content

Commit

Permalink
Merge pull request #10 from meltwater/spok-1.22.6
Browse files Browse the repository at this point in the history
Adds spok 1.22.5 to kops package
  • Loading branch information
recollir authored Mar 29, 2023
2 parents 90de92d + bc3be3b commit a196627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/kops.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
class Kops < Formula
version "1.18.2-bravo"
version "1.18.2-bravo-2"
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 "3b3ae9ed6053756f745b70115f1612d74556e9f8c13979a44573eee330c1e2df"
sha256 "bbf5b5ddcf5f7224537f4120aa76dce8b87735ea04c22298f1132a94ef03ea35"

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)
end
end
Binary file not shown.

0 comments on commit a196627

Please sign in to comment.