Skip to content

Commit

Permalink
Merge pull request #179183 from Homebrew/bump-kubecm-0.31.0
Browse files Browse the repository at this point in the history
kubecm 0.31.0
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents e67c3d4 + f62613b commit f905da8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kubecm.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Kubecm < Formula
desc "KubeConfig Manager"
homepage "https://kubecm.cloud"
url "https://github.com/sunny0826/kubecm/archive/refs/tags/v0.30.0.tar.gz"
sha256 "a12d6edc6cd6b1014ad3ad8510039b5917025475395e3788f2bf71f0ecfbf677"
url "https://github.com/sunny0826/kubecm/archive/refs/tags/v0.31.0.tar.gz"
sha256 "e3be24b48d4205f098c2364cdea7e1abdc9aeb954961d646eff84a28fb1d4ed5"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "08df5b05cefd307d2f80ec94474ef8d3ea9c62ee172ac51fbf5c9f7538e01ce3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "13084c205de70ebe1b9e5f1a8b0378d93bd1cf7c9282900c9c8a5183145e5114"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7b1bf29e5bf45126feafb45044914284a244212e00e09d48234308f406b37bd6"
sha256 cellar: :any_skip_relocation, sonoma: "7139c3bda35916d58b4ca21c69884648c36e7dbc6aa00a7e16ae23bbd240e621"
sha256 cellar: :any_skip_relocation, ventura: "b92d2a27fb1fa3f362eed35006a05920be368858e9cf6dd6d85631af021918d0"
sha256 cellar: :any_skip_relocation, monterey: "59becaa693b3d1d86380da3a53ec578832c65292b19d9f15dd1c37e6f2791395"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3adfcd0314a0b4b15bf619705bcf217bdc573633c630f9ecf21163f60d94405b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "16c6cc2421cc8b70657f926103ad4227b6359e047241c2d9726a05657caf3f41"
sha256 cellar: :any_skip_relocation, arm64_ventura: "071ac0f6a7a497b83267d183962e885b6d6c31db5e6edd801f86d127e18d3346"
sha256 cellar: :any_skip_relocation, arm64_monterey: "06dbc8ddd9837102cae5fa1f0031ccef1a0dfba28221030f6501f5c5c3a97ecf"
sha256 cellar: :any_skip_relocation, sonoma: "ef43982be9efc9725b7a62916ef368896a0943c9617f90f39636e07242d486e0"
sha256 cellar: :any_skip_relocation, ventura: "db6c470774eb5a648338a1fddf5ce9a304fd73224e0f9812618a474cc5509f71"
sha256 cellar: :any_skip_relocation, monterey: "78f3a41c5f398cb352555946703c6a08864816fec74f8e76d0510a9730d33843"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d44d9545ca69838237196a8f02de6b2f9884eca6df4fb59e2ee3f6046a95c369"
end

depends_on "go" => :build
Expand Down

0 comments on commit f905da8

Please sign in to comment.