5
5
class Kconnect < Formula
6
6
desc "Kubernetes Connection Manager CLI"
7
7
homepage "https://github.com/fidelity/kconnect"
8
- version "0.5.16-rc.1 "
8
+ version "0.5.16"
9
9
10
10
depends_on "Azure/kubelogin/kubelogin"
11
11
depends_on "aws-iam-authenticator"
12
12
depends_on "kubernetes-cli"
13
13
14
14
on_macos do
15
15
if Hardware ::CPU . intel?
16
- url "https://github.com/fidelity/kconnect/releases/download/0.5.16-rc.1 /kconnect_macos_amd64.tar.gz"
17
- sha256 "861f82fa878f98b5c137f28edc64b8f48c75f221b74a45163282f2d92f048145 "
16
+ url "https://github.com/fidelity/kconnect/releases/download/0.5.16/kconnect_macos_amd64.tar.gz"
17
+ sha256 "366fd37eec809990ab5b4fc0e4884c0e702c9b372a05dcb80396ce565bf086ad "
18
18
19
19
def install
20
20
bin . install "kconnect"
21
21
end
22
22
end
23
23
if Hardware ::CPU . arm?
24
- url "https://github.com/fidelity/kconnect/releases/download/0.5.16-rc.1 /kconnect_macos_arm64.tar.gz"
25
- sha256 "50a08ddc27b2f663e86d137053c3bcc66f49685e1971d0b01a51f920e1c94f31 "
24
+ url "https://github.com/fidelity/kconnect/releases/download/0.5.16/kconnect_macos_arm64.tar.gz"
25
+ sha256 "6dd89fbbe24a5862e0d6fd978015c546cb55890887fea7d658e9373b02b8e0d6 "
26
26
27
27
def install
28
28
bin . install "kconnect"
@@ -32,16 +32,16 @@ def install
32
32
33
33
on_linux do
34
34
if Hardware ::CPU . intel?
35
- url "https://github.com/fidelity/kconnect/releases/download/0.5.16-rc.1 /kconnect_linux_amd64.tar.gz"
36
- sha256 "f831c2250a197b6ebfa1df47a5926bf56dbc0bd6cd9b8fa117eb91bf6609ad17 "
35
+ url "https://github.com/fidelity/kconnect/releases/download/0.5.16/kconnect_linux_amd64.tar.gz"
36
+ sha256 "fffe4bd1651e0b040b71aa5864ea63c229b0160e2f59a142e4654c65f5af910e "
37
37
38
38
def install
39
39
bin . install "kconnect"
40
40
end
41
41
end
42
42
if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
43
- url "https://github.com/fidelity/kconnect/releases/download/0.5.16-rc.1 /kconnect_linux_arm64.tar.gz"
44
- sha256 "a2ae2857433ee9cfad24bc6bfcfd5e0c1271080a41dc8f37a03bc045595a8478 "
43
+ url "https://github.com/fidelity/kconnect/releases/download/0.5.16/kconnect_linux_arm64.tar.gz"
44
+ sha256 "f732e94a0175f3754c31da2ed74962f25fa5806444ef7d3faf7c019aa7c21a07 "
45
45
46
46
def install
47
47
bin . install "kconnect"
0 commit comments