Skip to content

Commit

Permalink
Merge pull request #199344 from Homebrew/bump-cdk8s-2.198.272
Browse files Browse the repository at this point in the history
cdk8s 2.198.272
  • Loading branch information
BrewTestBot authored Nov 28, 2024
2 parents dcf8dc0 + 108c198 commit 791c33c
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.271.tgz"
sha256 "13d0969d0d377de98a4154257bac4ed6c7c0a5d9a0728299a4d9cc822373a719"
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.272.tgz"
sha256 "0a361dd0bf4fe7e0b90f1773fc2cf86e90ede69169838842fc44321e70ec7691"
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: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a"
sha256 cellar: :any_skip_relocation, sonoma: "1283cc938f9d53da356567f019dae74b558181ebc6f4239b595d65f108d49d8e"
sha256 cellar: :any_skip_relocation, ventura: "1283cc938f9d53da356567f019dae74b558181ebc6f4239b595d65f108d49d8e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "95dff11e35a1bde514045cc3a4b95a1d675f086ce9e5addb3cc210a55d2f6f1a"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
sha256 cellar: :any_skip_relocation, sonoma: "c80449345ef1991f61ccc2c2b174eed26dce52847d3fb41c506794d102e53ba9"
sha256 cellar: :any_skip_relocation, ventura: "c80449345ef1991f61ccc2c2b174eed26dce52847d3fb41c506794d102e53ba9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
end

depends_on "node"
Expand Down

0 comments on commit 791c33c

Please sign in to comment.