Skip to content

Commit

Permalink
Merge pull request #202467 from Homebrew/bump-cdk8s-2.198.288
Browse files Browse the repository at this point in the history
cdk8s 2.198.288
  • Loading branch information
BrewTestBot authored Dec 26, 2024
2 parents b477cfe + 535d20d commit f4b95e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cdk8s.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

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"
Expand Down

0 comments on commit f4b95e4

Please sign in to comment.