-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.