Skip to content

Commit

Permalink
Merge pull request Homebrew#173917 from Homebrew/bump-kor-0.4.2
Browse files Browse the repository at this point in the history
kor 0.4.2
  • Loading branch information
BrewTestBot authored Jun 6, 2024
2 parents d8a791b + 6f03f6e commit 83f9ef9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kor.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Kor < Formula
desc "CLI tool to discover unused Kubernetes resources"
homepage "https://github.com/yonahd/kor"
url "https://github.com/yonahd/kor/archive/refs/tags/v0.4.1.tar.gz"
sha256 "1e3ab664840b4aa63cd5662ba026bb77b47898a48c1dadadf8a12514d8e3d062"
url "https://github.com/yonahd/kor/archive/refs/tags/v0.4.2.tar.gz"
sha256 "8af2b90c0fbca62ece06cda93a5ca82a054a4edd48eea936cc03120bb241c866"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f027141f212e89523c916ec78ac4e20a46221d69dfbf1388add6c8dc287898b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "73217373b61738a831569da5905b3175a0ca28bdd796a4c94b831c0891647a55"
sha256 cellar: :any_skip_relocation, arm64_monterey: "395ea0f66f7204ca06861986392359c79167307ee34b6abbccc2414421c4026f"
sha256 cellar: :any_skip_relocation, sonoma: "7d75a3d904097ef83a21013a0745f0546a102c7a730184cd6361ef5e2834b4f8"
sha256 cellar: :any_skip_relocation, ventura: "b649cc31ee4de7a787d7fc580380ae0e5965b53441fb48b3eabc6ba4735aa030"
sha256 cellar: :any_skip_relocation, monterey: "7419183a3702344b7ce86154af17760f6a3605d32741745a0d0482acb2167294"
sha256 cellar: :any_skip_relocation, x86_64_linux: "90b3b9dfc97cbada527e345e78a4512529374ff22cb10637775fb3392dfc5ac4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "94e0687b2870dde7611e63c8761144baddf15d82c3422cb6f5290a0c59fc9969"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b15e447d8160cc4c505cd801b94d8cd3a5d65481463cb18d5716cd4dd888b711"
sha256 cellar: :any_skip_relocation, arm64_monterey: "38cffbb4bcd990f64a9f5f651e09014551d90ee3546cfb305cf249c6121bf2a0"
sha256 cellar: :any_skip_relocation, sonoma: "0034256adfc932d44b6051e0b51456c7af2ee7667026c9a3f50decfd6e95080c"
sha256 cellar: :any_skip_relocation, ventura: "ed90e8780fa19d16fd7fd711d864b555ea8b56540c4dbf0ae9fdd18831c26d08"
sha256 cellar: :any_skip_relocation, monterey: "37f7b4e5a3527d19addb86961897c55f2a92fb8d7078b566f07ecdce0b3310d6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dddda08d334721ab72accd72bcb5d93bf84d08e5582d9c04eb25ee1ce31104b7"
end

depends_on "go" => :build
Expand Down

0 comments on commit 83f9ef9

Please sign in to comment.