From 2def79844973caa90511660f08230ef8d1515299 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Dec 2024 07:51:10 +0000 Subject: [PATCH 1/2] cdk8s 2.198.288 --- 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 f0408e1724524..e9b5d3bc5bc13 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.287.tgz" - sha256 "b288cbed291fcf82515cb07c4dfb37455bbc33b019914c06805f2d96566999fc" + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.288.tgz" + sha256 "44fa72380361191a35e99d5f0bd0b74b0b74e626e441f9d1ed425140a91b29e8" license "Apache-2.0" head "https://github.com/cdk8s-team/cdk8s-cli.git", branch: "2.x" From 535d20d9a83bc21bd8b711dae157c16652639b3f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Dec 2024 08:07:16 +0000 Subject: [PATCH 2/2] cdk8s: update 2.198.288 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 e9b5d3bc5bc13..96063691ab5a2 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: "d3e2f7f5552b3548c0823dee3f6f508cec170f3b1d387f230425a53c0ed08436" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3e2f7f5552b3548c0823dee3f6f508cec170f3b1d387f230425a53c0ed08436" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d3e2f7f5552b3548c0823dee3f6f508cec170f3b1d387f230425a53c0ed08436" - sha256 cellar: :any_skip_relocation, sonoma: "69c57a807bcc92fd70b579f1257e0a59edeaa815379a34e11aa862fa6b25dbbf" - sha256 cellar: :any_skip_relocation, ventura: "69c57a807bcc92fd70b579f1257e0a59edeaa815379a34e11aa862fa6b25dbbf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d3e2f7f5552b3548c0823dee3f6f508cec170f3b1d387f230425a53c0ed08436" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "498762410183d8da9bd66900975f1c6e4eb9ee7a67e14b03cffb2d71833b8f0a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "498762410183d8da9bd66900975f1c6e4eb9ee7a67e14b03cffb2d71833b8f0a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "498762410183d8da9bd66900975f1c6e4eb9ee7a67e14b03cffb2d71833b8f0a" + sha256 cellar: :any_skip_relocation, sonoma: "ac21ad7cca8611264c8e45e8c9358a7a5168c39a3c3242ce76666735ffb29afb" + sha256 cellar: :any_skip_relocation, ventura: "ac21ad7cca8611264c8e45e8c9358a7a5168c39a3c3242ce76666735ffb29afb" + sha256 cellar: :any_skip_relocation, x86_64_linux: "498762410183d8da9bd66900975f1c6e4eb9ee7a67e14b03cffb2d71833b8f0a" end depends_on "node"