File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55class GitopsZombies < Formula
66 desc ""
77 homepage ""
8- version "0.0.2"
9- depends_on :linux
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
1028
1129 on_linux do
1230 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
13- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.2 /gitops-zombies_0.0.2_linux_arm64 .tar.gz"
14- sha256 "b777600540c92a4bab10f0e8b2a9351ae89e5d0af1c95f8983b9a597943fdf00 "
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 "
1533
1634 def install
1735 bin . install "gitops-zombies"
1836 end
1937 end
2038 if Hardware ::CPU . intel?
21- url "https://github.com/raffis/gitops-zombies/releases/download/v0.0.2 /gitops-zombies_0.0.2_linux_amd64 .tar.gz"
22- sha256 "510d314bdef115ada8d1c3cde5ca07d740ed3f782276be002c0451bde8472ff8 "
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 "
2341
2442 def install
2543 bin . install "gitops-zombies"
@@ -28,6 +46,6 @@ def install
2846 end
2947
3048 test do
31- system "#{ bin } /kjournal help "
49+ system "#{ bin } /gitops-zombies -h "
3250 end
3351end
You can’t perform that action at this time.
0 commit comments