Skip to content

Commit 73bc98e

Browse files
committed
Brew formula update for gitops-zombies version v0.0.9
1 parent c10cb3a commit 73bc98e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: Formula/gitops-zombies.rb

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class GitopsZombies < Formula
66
desc "Identify kubernetes resources which are not managed by GitOps"
77
homepage "https://github.com/raffis/gitops-zombies"
8-
version "0.0.8"
8+
version "0.0.9"
99

1010
on_macos do
1111
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"
1414

1515
def install
1616
bin.install "gitops-zombies"
1717
end
1818
end
1919
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"
2222

2323
def install
2424
bin.install "gitops-zombies"
@@ -27,17 +27,17 @@ def install
2727
end
2828

2929
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"
3333

3434
def install
3535
bin.install "gitops-zombies"
3636
end
3737
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"
4141

4242
def install
4343
bin.install "gitops-zombies"

0 commit comments

Comments
 (0)