parent
d2a3989936
commit
b22c658417
1 changed files with 13 additions and 2 deletions
|
@ -1,10 +1,21 @@
|
||||||
class Kops < Formula
|
class Kops < Formula
|
||||||
desc "Production Grade K8s Installation, Upgrades, and Management"
|
desc "Production Grade K8s Installation, Upgrades, and Management"
|
||||||
homepage "https://github.com/kubernetes/kops"
|
homepage "https://github.com/kubernetes/kops"
|
||||||
url "https://github.com/kubernetes/kops/archive/1.5.1.tar.gz"
|
|
||||||
sha256 "ee1c5b61a2ae9f8606981529e83019a9637a26d82b371224b7fd7921254ed1e5"
|
|
||||||
head "https://github.com/kubernetes/kops.git"
|
head "https://github.com/kubernetes/kops.git"
|
||||||
|
|
||||||
|
stable do
|
||||||
|
url "https://github.com/kubernetes/kops/archive/1.5.3.tar.gz"
|
||||||
|
sha256 "70d27f43580250a081333dd88d7437df5151063638da1eef567d78a04021b1cf"
|
||||||
|
|
||||||
|
# Remove for > 1.5.3
|
||||||
|
# Fix "sha1sum command is not available"
|
||||||
|
# Upstream PR from 10 Mar 2017 "Fix makefile to correctly detect macOS shasum"
|
||||||
|
patch do
|
||||||
|
url "https://github.com/kubernetes/kops/pull/2097.patch"
|
||||||
|
sha256 "238c431622e8be0229057811823210b97a9b17f8611f90d6aef3a76a97abef96"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
sha256 "e9d97b1ef25dab016b885124901b7c9f5d96289db7d4de6a009cfc64a20c15ef" => :sierra
|
sha256 "e9d97b1ef25dab016b885124901b7c9f5d96289db7d4de6a009cfc64a20c15ef" => :sierra
|
||||||
|
|
Loading…
Reference in a new issue