Skip to content

Commit d9dfa7f

Browse files
cglongBrewTestBot
authored andcommitted
kubernetes-cli: head uses [email protected]
Closes #90072. Signed-off-by: Carlo Cabrera <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent 066177c commit d9dfa7f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Formula/kubernetes-cli.rb

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
class KubernetesCli < Formula
22
desc "Kubernetes command-line interface"
33
homepage "https://kubernetes.io/"
4-
url "https://github.com/kubernetes/kubernetes.git",
5-
tag: "v1.22.4",
6-
revision: "b695d79d4f967c403a96986f1750a35eb75e75f1"
74
license "Apache-2.0"
8-
head "https://github.com/kubernetes/kubernetes.git"
5+
6+
stable do
7+
url "https://github.com/kubernetes/kubernetes.git",
8+
tag: "v1.22.4",
9+
revision: "b695d79d4f967c403a96986f1750a35eb75e75f1"
10+
depends_on "[email protected]" => :build
11+
end
912

1013
livecheck do
1114
url :stable
@@ -21,9 +24,14 @@ class KubernetesCli < Formula
2124
sha256 cellar: :any_skip_relocation, x86_64_linux: "31dcccdfcba0ee62d713610c1302130f4cc1fb4fe581730f8766aaeddf152e7a"
2225
end
2326

27+
# HEAD builds with Go 1.17. Consolidate once v1.23 is released
28+
head do
29+
url "https://github.com/kubernetes/kubernetes.git"
30+
depends_on "go" => :build
31+
end
32+
2433
depends_on "bash" => :build
2534
depends_on "coreutils" => :build
26-
depends_on "[email protected]" => :build
2735

2836
uses_from_macos "rsync" => :build
2937

0 commit comments

Comments
 (0)