Skip to content

Commit 267dc26

Browse files
authored
Merge pull request Homebrew#206560 from Homebrew/bump-kubecm-0.32.3
kubecm 0.32.3
2 parents 4824817 + f2a8272 commit 267dc26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kubecm.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Kubecm < Formula
22
desc "KubeConfig Manager"
33
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"
66
license "Apache-2.0"
77

88
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"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)