Skip to content

Commit 734490d

Browse files
authored
Merge pull request Homebrew#195842 from Homebrew/bump-kor-0.5.6
kor 0.5.6
2 parents b1a64b9 + 1545d2c commit 734490d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/k/kor.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Kor < Formula
22
desc "CLI tool to discover unused Kubernetes resources"
33
homepage "https://github.com/yonahd/kor"
4-
url "https://github.com/yonahd/kor/archive/refs/tags/v0.5.5.tar.gz"
5-
sha256 "053b7ed1ac76c8dee9a43d06d8ea4252ad9f4796a63f9cf3e27f887eee5401e2"
4+
url "https://github.com/yonahd/kor/archive/refs/tags/v0.5.6.tar.gz"
5+
sha256 "a655d04eadde49c23fa8171248423304adb6db1da695df19b28863b90cae8e3a"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "342d7e19c5cabb028f2ddd5e5177360c820309af2a630d053e355a1392486b42"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3cee3cce2ac99b591a381ce3e2c93286110881c866acc07f303b733dfd6125c"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c3cee3cce2ac99b591a381ce3e2c93286110881c866acc07f303b733dfd6125c"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "c3cee3cce2ac99b591a381ce3e2c93286110881c866acc07f303b733dfd6125c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "49408898059b677e032a69f4609254e6e67bdc23e0c2f87be85799afb210eb5e"
14-
sha256 cellar: :any_skip_relocation, ventura: "49408898059b677e032a69f4609254e6e67bdc23e0c2f87be85799afb210eb5e"
15-
sha256 cellar: :any_skip_relocation, monterey: "49408898059b677e032a69f4609254e6e67bdc23e0c2f87be85799afb210eb5e"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e634e7499ba0c9628a01bba64de5bbdbd411d2e91b31de05f35b8e7bce36db3c"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "28238df1bac4fe98410a6fba34e5498d6eba1c9140fdf2158379d10c473ce53b"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28238df1bac4fe98410a6fba34e5498d6eba1c9140fdf2158379d10c473ce53b"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "28238df1bac4fe98410a6fba34e5498d6eba1c9140fdf2158379d10c473ce53b"
12+
sha256 cellar: :any_skip_relocation, sonoma: "ba38a28dac4a58367ce3f4277013227adedd4e9b3ac16abbd0624c050a6aa431"
13+
sha256 cellar: :any_skip_relocation, ventura: "ba38a28dac4a58367ce3f4277013227adedd4e9b3ac16abbd0624c050a6aa431"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "df19b69c5ac4a9c000d0b1df27c1d955d1676c19ed64e6afaa763d10aa9cf47c"
1715
end
1816

1917
depends_on "go" => :build

0 commit comments

Comments
 (0)