From 74364e6ccc95c6a0f97155a2f4e68f96c9e2b4a7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:28:36 +0000 Subject: [PATCH 1/2] cdk8s 2.198.256 --- Formula/c/cdk8s.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index ea1032580043..4d850727a8cc 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -1,8 +1,8 @@ class Cdk8s < Formula desc "Define k8s native apps and abstractions using object-oriented programming" homepage "https://cdk8s.io/" - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.255.tgz" - sha256 "1f89d6b7e36c78e22504296f6abbc38f48650743834f8103133e23f612937fd5" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.256.tgz" + sha256 "c8aaf6853ad951f1a38969b3fd1d9c9329244b6544b360d8076636ba07bb8047" license "Apache-2.0" head "https://github.com/cdk8s-team/cdk8s-cli.git", branch: "2.x" From a6ab2e5d3b8c764c52b91000c0129d50d34c4576 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:23:34 +0000 Subject: [PATCH 2/2] cdk8s: update 2.198.256 bottle. --- Formula/c/cdk8s.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/cdk8s.rb b/Formula/c/cdk8s.rb index 4d850727a8cc..21c3a76119fe 100644 --- a/Formula/c/cdk8s.rb +++ b/Formula/c/cdk8s.rb @@ -7,12 +7,12 @@ class Cdk8s < Formula head "https://github.com/cdk8s-team/cdk8s-cli.git", branch: "2.x" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "54211f564fca93edc2736e67cc56468a06c0577b77af5e70fc111ed6ace4b611" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "54211f564fca93edc2736e67cc56468a06c0577b77af5e70fc111ed6ace4b611" - sha256 cellar: :any_skip_relocation, arm64_ventura: "54211f564fca93edc2736e67cc56468a06c0577b77af5e70fc111ed6ace4b611" - sha256 cellar: :any_skip_relocation, sonoma: "7ce46aa94a2ccdc2b8926ee39743f57e364943ebc0006333fde9e4fd4586bd45" - sha256 cellar: :any_skip_relocation, ventura: "7ce46aa94a2ccdc2b8926ee39743f57e364943ebc0006333fde9e4fd4586bd45" - sha256 cellar: :any_skip_relocation, x86_64_linux: "54211f564fca93edc2736e67cc56468a06c0577b77af5e70fc111ed6ace4b611" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5f07a4225ce40764dcb4e12b421fc5893af13e896dbb83f357e7008b5f78e11" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f5f07a4225ce40764dcb4e12b421fc5893af13e896dbb83f357e7008b5f78e11" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f5f07a4225ce40764dcb4e12b421fc5893af13e896dbb83f357e7008b5f78e11" + sha256 cellar: :any_skip_relocation, sonoma: "9ce996086c6217ffa3abd80b99df28fa824045a2ed4478b5a9a4a58ee60152dc" + sha256 cellar: :any_skip_relocation, ventura: "9ce996086c6217ffa3abd80b99df28fa824045a2ed4478b5a9a4a58ee60152dc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f5f07a4225ce40764dcb4e12b421fc5893af13e896dbb83f357e7008b5f78e11" end depends_on "node"