kube-aws 0.8.2
Closes #5485. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
aaaaa9caf2
commit
1c4cf799a1
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "yaml"
|
|||
class KubeAws < Formula
|
||||
desc "CoreOS Kubernetes on AWS"
|
||||
homepage "https://coreos.com/kubernetes/docs/latest/kubernetes-on-aws.html"
|
||||
url "https://github.com/coreos/coreos-kubernetes/archive/v0.8.1.tar.gz"
|
||||
sha256 "fe65c3fb72af7aa47dad07b8428eace077314edd3c129dba1fea5d3cccfaf094"
|
||||
url "https://github.com/coreos/coreos-kubernetes/archive/v0.8.2.tar.gz"
|
||||
sha256 "85125641fca7431d8844192a22fb981dbd3de9c568aff2a7638812bf30f26d22"
|
||||
head "https://github.com/coreos/coreos-kubernetes.git"
|
||||
|
||||
depends_on "go" => :build
|
||||
|
|
Loading…
Reference in a new issue