Skip to content

Commit

Permalink
Merge pull request #196951 from Homebrew/bump-cdk8s-2.198.256
Browse files Browse the repository at this point in the history
cdk8s 2.198.256
  • Loading branch information
BrewTestBot authored Nov 7, 2024
2 parents 04951f0 + a6ab2e5 commit 42d9a66
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.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"

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

0 comments on commit 42d9a66

Please sign in to comment.