kops 1.10.0-alpha.1 (#29315)

master
Mike Splain 2018-06-22 21:05:42 -04:00 committed by ilovezfs
parent fd8f210726
commit 42b7fac2ef
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ class Kops < Formula
sha256 "156e2c7124880447e211b34c18ae66320a1319635e12471c4c73bb69b357cbd2" => :el_capitan
end
devel do
url "https://github.com/kubernetes/kops/archive/1.10.0-alpha.1.tar.gz"
sha256 "a8e3283361210e5be74746b58609ab88939553ea9c96095eca77088369b0c380"
end
depends_on "go" => :build
depends_on "kubernetes-cli"