File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
class KubernetesCli < Formula
2
2
desc "Kubernetes command-line interface"
3
3
homepage "https://kubernetes.io/"
4
- url "https://github.com/kubernetes/kubernetes.git" ,
5
- tag : "v1.22.4" ,
6
- revision : "b695d79d4f967c403a96986f1750a35eb75e75f1"
7
4
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
9
12
10
13
livecheck do
11
14
url :stable
@@ -21,9 +24,14 @@ class KubernetesCli < Formula
21
24
sha256 cellar : :any_skip_relocation , x86_64_linux : "31dcccdfcba0ee62d713610c1302130f4cc1fb4fe581730f8766aaeddf152e7a"
22
25
end
23
26
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
+
24
33
depends_on "bash" => :build
25
34
depends_on "coreutils" => :build
26
- depends_on "[email protected] " => :build
27
35
28
36
uses_from_macos "rsync" => :build
29
37
You can’t perform that action at this time.
0 commit comments