Skip to content

Commit

Permalink
Brew formula update for kubectl-reap version v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Feb 7, 2021
1 parent fe776ce commit 7688f40
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Formula/kubectl-reap.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class KubectlReap < Formula
desc "kubectl plugin that deletes unused Kubernetes resources"
homepage "https://github.com/micnncim/kubectl-reap"
version "0.11.1"
bottle :unneeded

if OS.mac?
url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.1/kubectl-reap_0.11.1_darwin_amd64.tar.gz"
sha256 "7192952833e9d4ac5a0df14434e13d8ac3eddbf4e2f166175160188aa0b96b69"
end
if OS.linux? && Hardware::CPU.intel?
url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.1/kubectl-reap_0.11.1_linux_amd64.tar.gz"
sha256 "fa1b7dd8230b938be4ec2ac905a26920eb944c649cd48bd0932a8939bd817267"
end
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/micnncim/kubectl-reap/releases/download/v0.11.1/kubectl-reap_0.11.1_linux_arm64.tar.gz"
sha256 "dad374185efe040ab1011f3e6f68ab3f3a2aa222c25ca1c122372dcc22666ede"
end

def install
bin.install "kubectl-reap"
end
end

0 comments on commit 7688f40

Please sign in to comment.