|
1 | 1 | class Kor < Formula |
2 | 2 | desc "CLI tool to discover unused Kubernetes resources" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/yonahd/kor.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments