5
5
class GitopsZombies < Formula
6
6
desc "Identify kubernetes resources which are not managed by GitOps"
7
7
homepage "https://github.com/raffis/gitops-zombies"
8
- version "0.0.8 "
8
+ version "0.0.9 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.8 /gitops-zombies_0.0.8_darwin_arm64 .tar.gz"
13
- sha256 "5164b27d39f7c4f9e203b117ae78a76790768d62d075203e642bcb2b78b72deb "
12
+ url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.9 /gitops-zombies_0.0.9_darwin_arm64 .tar.gz"
13
+ sha256 "727660ec8c7f337b6e207b1dbceb10bdb70039bacf136b4c560b08a0abc0294b "
14
14
15
15
def install
16
16
bin . install "gitops-zombies"
17
17
end
18
18
end
19
19
if Hardware ::CPU . intel?
20
- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.8 /gitops-zombies_0.0.8_darwin_amd64 .tar.gz"
21
- sha256 "4778f8ea9bedc3b7f50f6597b50773c86fb1d95f5fa228d4efb0668b236a5acc "
20
+ url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.9 /gitops-zombies_0.0.9_darwin_amd64 .tar.gz"
21
+ sha256 "c32e2fce82f5aede464b04b5d23f5d2bf45d0fd3156a1430c5f0d7fe25ba475a "
22
22
23
23
def install
24
24
bin . install "gitops-zombies"
@@ -27,17 +27,17 @@ def install
27
27
end
28
28
29
29
on_linux do
30
- if Hardware ::CPU . intel ?
31
- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.8 /gitops-zombies_0.0.8_linux_amd64 .tar.gz"
32
- sha256 "2e50ddf943ff50cac11e979f6e558280cc7f1ca07d14429c3e2565487534f63a "
30
+ if Hardware ::CPU . arm? && Hardware :: CPU . is_64_bit ?
31
+ url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.9 /gitops-zombies_0.0.9_linux_arm64 .tar.gz"
32
+ sha256 "802ea6c98e213bfed8f0dca1adfa4cf14710377a573375ce01f6b767eec3621b "
33
33
34
34
def install
35
35
bin . install "gitops-zombies"
36
36
end
37
37
end
38
- if Hardware ::CPU . arm? && Hardware :: CPU . is_64_bit ?
39
- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.8 /gitops-zombies_0.0.8_linux_arm64 .tar.gz"
40
- sha256 "670c0068a32acf64cb405fdd84b3c1a1114e19e78f8c13b66a3d9c107135a616 "
38
+ if Hardware ::CPU . intel ?
39
+ url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.9 /gitops-zombies_0.0.9_linux_amd64 .tar.gz"
40
+ sha256 "eb79eb025955e188262ddfbf1ff9a971c452c823359e77e867717ee4bd9bc2ff "
41
41
42
42
def install
43
43
bin . install "gitops-zombies"
0 commit comments