Skip to content

Commit 36cf05a

Browse files
authored
Merge pull request Homebrew#218697 from Homebrew/bump-kor-0.6.1
kor 0.6.1
2 parents cf19396 + 1effdf0 commit 36cf05a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kor.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.6.0.tar.gz"
5-
sha256 "55b7a31d731776e539970ddc789de2595756215d178c6decf1b78dc9c876fc0c"
4+
url "https://github.com/yonahd/kor/archive/refs/tags/v0.6.1.tar.gz"
5+
sha256 "d6c123fbaa0f1ad32e75cb0f33b493672845a4373b3fd116c369a9bcdcdf5940"
66
license "MIT"
77
head "https://github.com/yonahd/kor.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f704ad39dcecfda47d2d8c9ddcc329e93bfe8d8f620a94b9157137e4842bd697"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38b2d87bfe79753a5a0926c35b883f1880ec0c3f3f1482cf44e0096bdeba38a3"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dc35f345bb6ba8876a8878336eec29ddd64059b9f95f25f94d5f2badeb8b3425"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3d04500212d69a041e874e3c69d28ce5fa392a07ec20f59657e0c36c6b23086f"
14-
sha256 cellar: :any_skip_relocation, ventura: "d0e59383539e1f0f39e3b1c263e0f44ad7cb2ef8a606d76ef4d0c85e30e3e257"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "134dd52e416fff9086650e6a8f67797900fdd8272446c37e79579073cac0d7b4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9059c95c7a0fe71096bcd717a097be83d2cef975bf57c2fcd3d66fdfdebf7d3"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "356db7a3454ae138d2055130f995eb4518716c8419e79aa0676d49f0ce4b1beb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "90b853401b7021051d2c9ea707a02bc5bd2954236b5168e62027464dfb93b171"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7c115047ad5faed758af251530e8686ff325ea28fae879dab427497489e0c452"
14+
sha256 cellar: :any_skip_relocation, ventura: "5bcb1866d0bc23e5db1c8173b1c55c0c66566dd72d1000378c4474f8696ac531"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "17832fb24098cd7448a0c72c2c7dce7dc17e20c5028a791cdbb9e3eee53bab5c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)