File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55class KubectlReap < Formula
66 desc "kubectl plugin that deletes unused Kubernetes resources"
77 homepage "https://github.com/micnncim/kubectl-reap"
8- version "0.11.1 "
8+ version "0.11.2 "
99 bottle :unneeded
1010
1111 if OS . mac?
12- url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.1 /kubectl-reap_0.11.1_darwin_amd64 .tar.gz"
13- sha256 "7192952833e9d4ac5a0df14434e13d8ac3eddbf4e2f166175160188aa0b96b69 "
12+ url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.2 /kubectl-reap_0.11.2_darwin_amd64 .tar.gz"
13+ sha256 "4d129c76cf6d5d07b561c1e4465ae2cdcec6ee2683ad19efedf201489ad552cf "
1414 end
1515 if OS . linux? && Hardware ::CPU . intel?
16- url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.1 /kubectl-reap_0.11.1_linux_amd64 .tar.gz"
17- sha256 "fa1b7dd8230b938be4ec2ac905a26920eb944c649cd48bd0932a8939bd817267 "
16+ url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.2 /kubectl-reap_0.11.2_linux_amd64 .tar.gz"
17+ sha256 "a37e90cfa36dd377cd24e7ed49ca002286ffb4ca8bc5227af42516074201abde "
1818 end
1919 if OS . linux? && Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
20- url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.1 /kubectl-reap_0.11.1_linux_arm64 .tar.gz"
21- sha256 "dad374185efe040ab1011f3e6f68ab3f3a2aa222c25ca1c122372dcc22666ede "
20+ url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.2 /kubectl-reap_0.11.2_linux_arm64 .tar.gz"
21+ sha256 "390d31b63712348d0f268aa4fc5ba5354768d207c8a792e4587a93b076791249 "
2222 end
2323
2424 def install
You can’t perform that action at this time.
0 commit comments