From babe824a9417ce80a43649c68696c0ce49145c63 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:53:04 +0000 Subject: [PATCH 1/2] cyctl 0.17.1 --- 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 b9b0621972341..0a716d9edc7f9 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.17.0.tar.gz" - sha256 "820e9edcd29baa13f972c73ca1293556ead0abae20c8578565cbc7be292d8f53" + url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.17.1.tar.gz" + sha256 "164b38479d215c2d7c1d90eeb0b489f558c96fe90fe9e6d3af3f24c40ba1af36" license "Apache-2.0" head "https://github.com/cyclops-ui/cyclops.git", branch: "main" From 88f0d9e71f99d7b79ea50cff44a78e5972c546b8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:17:15 +0000 Subject: [PATCH 2/2] cyctl: update 0.17.1 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 0a716d9edc7f9..bf97c9c7e3e29 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: "4895678bc9ae55392003ea46e476e94ffe3ac1d917651fe9f846040e3b20dcdd" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4895678bc9ae55392003ea46e476e94ffe3ac1d917651fe9f846040e3b20dcdd" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4895678bc9ae55392003ea46e476e94ffe3ac1d917651fe9f846040e3b20dcdd" - sha256 cellar: :any_skip_relocation, sonoma: "6749805a6600dcdcb76c9366efa38f8e9ae7e95282774e4d6db1bd6863319869" - sha256 cellar: :any_skip_relocation, ventura: "6749805a6600dcdcb76c9366efa38f8e9ae7e95282774e4d6db1bd6863319869" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ab82a7f00c700a88fad737e6ce60398b15b032e171880740d9a2e702477fe2ac" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9b4f4183bd34ad5fa1087aba389872364cd1293afeef8eb97e5f61e8bef44d5" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9b4f4183bd34ad5fa1087aba389872364cd1293afeef8eb97e5f61e8bef44d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b9b4f4183bd34ad5fa1087aba389872364cd1293afeef8eb97e5f61e8bef44d5" + sha256 cellar: :any_skip_relocation, sonoma: "ebf93797d65ff55d0aa0099ccc70af4c034aeecaf37d46004148a10020f6d3f9" + sha256 cellar: :any_skip_relocation, ventura: "ebf93797d65ff55d0aa0099ccc70af4c034aeecaf37d46004148a10020f6d3f9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "92b38211c390f46f2ec107160957587f0b18b9e449988c445617a08e92a46a6d" end depends_on "go" => :build