File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# This file was generated by GoReleaser. DO NOT EDIT.
55class GitopsZombies < Formula
6- desc ""
7- homepage ""
8- version "0.0.3"
9-
10- on_macos do
11- if Hardware ::CPU . arm?
12- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.3/gitops-zombies_0.0.3_darwin_arm64.tar.gz"
13- sha256 "2a10db7105c3c07f8a53d36848903207fc9f15fcb83fd2c8e1bf34884c588c34"
14-
15- def install
16- bin . install "gitops-zombies"
17- end
18- end
19- if Hardware ::CPU . intel?
20- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.3/gitops-zombies_0.0.3_darwin_amd64.tar.gz"
21- sha256 "49388c5c000cec6414c89633f765c2701f402d0d72d1728779f91f2dcd5dc268"
22-
23- def install
24- bin . install "gitops-zombies"
25- end
26- end
27- end
6+ desc "Identify kubernetes resources which are not managed by GitOps"
7+ homepage "https://github.com/raffis/gitops-zombies"
8+ version "0.0.4"
9+ depends_on :linux
2810
2911 on_linux do
3012 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
31- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.3 /gitops-zombies_0.0.3_linux_arm64 .tar.gz"
32- sha256 "26465a16a09f7acf7220d306beaa9800b9cef9782f3705525838525585698c07 "
13+ url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.4 /gitops-zombies_0.0.4_linux_arm64 .tar.gz"
14+ sha256 "941170cc9b59b2f411986d10bf2b72ffe2f9b4234a4213591e05ca5041625715 "
3315
3416 def install
3517 bin . install "gitops-zombies"
3618 end
3719 end
3820 if Hardware ::CPU . intel?
39- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.3 /gitops-zombies_0.0.3_linux_amd64 .tar.gz"
40- sha256 "a6c839362b4cb0c213b585f6e4cb333a94a99dc04cde298fe110922507361a5a "
21+ url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.4 /gitops-zombies_0.0.4_linux_amd64 .tar.gz"
22+ sha256 "0681b8dc4c7b19b457390938b61b2e8cada240ab0ca2a2846cd4e2f596b335e2 "
4123
4224 def install
4325 bin . install "gitops-zombies"
You can’t perform that action at this time.
0 commit comments