From 23a046c569cf59bf71bdb7f5278909bd645c1d37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:37:00 +0000 Subject: [PATCH 1/2] kubecm 0.31.0 --- Formula/k/kubecm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubecm.rb b/Formula/k/kubecm.rb index e264b4bf5090f..f2284ca231312 100644 --- a/Formula/k/kubecm.rb +++ b/Formula/k/kubecm.rb @@ -1,8 +1,8 @@ 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 From f62613b756e30bb5fec211939ed27809401b05a3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:21:11 +0000 Subject: [PATCH 2/2] kubecm: update 0.31.0 bottle. --- Formula/k/kubecm.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/k/kubecm.rb b/Formula/k/kubecm.rb index f2284ca231312..d5c677e56080c 100644 --- a/Formula/k/kubecm.rb +++ b/Formula/k/kubecm.rb @@ -6,13 +6,13 @@ class Kubecm < Formula 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