Skip to content

Commit

Permalink
Merge pull request #183912 from Homebrew/bump-cdk8s-2.198.211
Browse files Browse the repository at this point in the history
cdk8s 2.198.211
  • Loading branch information
BrewTestBot authored Sep 8, 2024
2 parents cc94af2 + f9f07be commit 46db7ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.210.tgz"
sha256 "c4a24b69f3ab55f92db2348ee223e0f645e4b3783cf96c57c9082b6b06edddb4"
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.211.tgz"
sha256 "4a4bb979f3bee494744cfd1bd7b1e206081019f9e2508116014defc916b506cb"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a92aafe35e671c44b361ff39a0946483af4154b9aa319c2b43113f45e9d2e5b4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a92aafe35e671c44b361ff39a0946483af4154b9aa319c2b43113f45e9d2e5b4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a92aafe35e671c44b361ff39a0946483af4154b9aa319c2b43113f45e9d2e5b4"
sha256 cellar: :any_skip_relocation, sonoma: "8da4d223080877c73ee57c6a873656a28f5053ab24a07054b548fbdef0477f96"
sha256 cellar: :any_skip_relocation, ventura: "8da4d223080877c73ee57c6a873656a28f5053ab24a07054b548fbdef0477f96"
sha256 cellar: :any_skip_relocation, monterey: "8da4d223080877c73ee57c6a873656a28f5053ab24a07054b548fbdef0477f96"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a92aafe35e671c44b361ff39a0946483af4154b9aa319c2b43113f45e9d2e5b4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8423d941c71dd29c0bd4491107928882c08b4ac3ea5fe8e79d756b3b88a37de2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8423d941c71dd29c0bd4491107928882c08b4ac3ea5fe8e79d756b3b88a37de2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8423d941c71dd29c0bd4491107928882c08b4ac3ea5fe8e79d756b3b88a37de2"
sha256 cellar: :any_skip_relocation, sonoma: "07c0db0d0a260224b793c0627b0f7c3ab34c013bf06189ed02b9a7b95fb11081"
sha256 cellar: :any_skip_relocation, ventura: "07c0db0d0a260224b793c0627b0f7c3ab34c013bf06189ed02b9a7b95fb11081"
sha256 cellar: :any_skip_relocation, monterey: "07c0db0d0a260224b793c0627b0f7c3ab34c013bf06189ed02b9a7b95fb11081"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8423d941c71dd29c0bd4491107928882c08b4ac3ea5fe8e79d756b3b88a37de2"
end

depends_on "node"
Expand Down

0 comments on commit 46db7ec

Please sign in to comment.