From a396b8268d08a6477adb4d212e04aa7456270390 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:31:01 +0000 Subject: [PATCH 1/2] cyctl 0.14.0 --- Formula/c/cyctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cyctl.rb b/Formula/c/cyctl.rb index e1849a4f7660..92953b425b8d 100644 --- a/Formula/c/cyctl.rb +++ b/Formula/c/cyctl.rb @@ -1,8 +1,8 @@ class Cyctl < Formula desc "Customizable UI for Kubernetes workloads" homepage "https://cyclops-ui.com/" - url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.13.1.tar.gz" - sha256 "959c59c6697379f89f4f5edb61fe3e882ad5463987166f72657491e262033dcb" + url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.14.0.tar.gz" + sha256 "0b8b5839b8f62654eeeab20a4b3937129922571079e25bfafc5c323b36e730cc" license "Apache-2.0" head "https://github.com/cyclops-ui/cyclops.git", branch: "main" From 9111f6bf3e73cc1e88e789d1d73dcbe342d5b5e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:49:09 +0000 Subject: [PATCH 2/2] cyctl: update 0.14.0 bottle. --- Formula/c/cyctl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cyctl.rb b/Formula/c/cyctl.rb index 92953b425b8d..c386f4fb2df7 100644 --- a/Formula/c/cyctl.rb +++ b/Formula/c/cyctl.rb @@ -7,12 +7,12 @@ class Cyctl < Formula head "https://github.com/cyclops-ui/cyclops.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f9da7320474f11f80a1a4be4054711924926cb5aab166d942983f9226b50134" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f9da7320474f11f80a1a4be4054711924926cb5aab166d942983f9226b50134" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4f9da7320474f11f80a1a4be4054711924926cb5aab166d942983f9226b50134" - sha256 cellar: :any_skip_relocation, sonoma: "674a1ec44f90f9b23128ddae9cf110198c9357c4b91779e31da8bd184d91e4a6" - sha256 cellar: :any_skip_relocation, ventura: "674a1ec44f90f9b23128ddae9cf110198c9357c4b91779e31da8bd184d91e4a6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f272e3db5d9bfd8b89391981a409fe17a34368e77cca01d16ca56776d8c808be" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2199ca4031ea2acd6ad0cfa040787d26a79cc8eb84fe6f797a7b51914b14d701" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2199ca4031ea2acd6ad0cfa040787d26a79cc8eb84fe6f797a7b51914b14d701" + sha256 cellar: :any_skip_relocation, arm64_ventura: "2199ca4031ea2acd6ad0cfa040787d26a79cc8eb84fe6f797a7b51914b14d701" + sha256 cellar: :any_skip_relocation, sonoma: "9de37e04623e3c6614ea83bdb11b0e6f3905ed70f478beef46ba129981913f79" + sha256 cellar: :any_skip_relocation, ventura: "9de37e04623e3c6614ea83bdb11b0e6f3905ed70f478beef46ba129981913f79" + sha256 cellar: :any_skip_relocation, x86_64_linux: "da9fc1aedf164075d7ec36c161a5b362740ce9633ae0309d2cb2441dfbf7bdcf" end depends_on "go" => :build