|
1 | 1 | class Kubecm < Formula |
2 | 2 | desc "KubeConfig Manager" |
3 | 3 | homepage "https://kubecm.cloud" |
4 | | - url "https://github.com/sunny0826/kubecm/archive/refs/tags/v0.32.2.tar.gz" |
5 | | - sha256 "54aaf537580018ad668af1aa02838c8e8dabc962c734460a06be02835fb6c241" |
| 4 | + url "https://github.com/sunny0826/kubecm/archive/refs/tags/v0.32.3.tar.gz" |
| 5 | + sha256 "2dec9f042984d5d05e8f2ffa4d2c475ed9339d05ae71c95f9674e9e6aeb9ac1c" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dc5ae00b3513190cfebcc2173588f2c54582b9dd6bd8bb1802503780da1594d" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4dc5ae00b3513190cfebcc2173588f2c54582b9dd6bd8bb1802503780da1594d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "4dc5ae00b3513190cfebcc2173588f2c54582b9dd6bd8bb1802503780da1594d" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "32e7e7ec8f257b21b7d8c7ab3d26947e8bb6ba5a303827be4325a98b5ec5b9a8" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "32e7e7ec8f257b21b7d8c7ab3d26947e8bb6ba5a303827be4325a98b5ec5b9a8" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5d97c89eb7838d2098927a62909c4802484ada82b4f07a0acde066b0c5ef623" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "62464e84fe54de407a31be4c0c855a31a7abca48ea2070666652109771869401" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "62464e84fe54de407a31be4c0c855a31a7abca48ea2070666652109771869401" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "62464e84fe54de407a31be4c0c855a31a7abca48ea2070666652109771869401" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "a131cc3291d74e7d2a6170724738e486623677c22ed296cea468d5cd3433dc8f" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "a131cc3291d74e7d2a6170724738e486623677c22ed296cea468d5cd3433dc8f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4350844f68c8d20c42c5e2034f134481d25003406fd9fa8ea1a376c562a4a378" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments