Skip to content

Commit

Permalink
Merge pull request #164897 from Homebrew/bump-cdk8s-2.198.62
Browse files Browse the repository at this point in the history
cdk8s 2.198.62
  • Loading branch information
BrewTestBot authored Mar 3, 2024
2 parents 63fd762 + b1bdf80 commit a0d3ece
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
Expand Up @@ -3,18 +3,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.61.tgz"
sha256 "f040a22e7d3dda00de318cca6c2e9c572ded64fe3062a4209db7de044fe2553a"
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.62.tgz"
sha256 "05003657dfddb9181393e1277a57ff4ce2a9ee3f84c7af10a5d36ebb02f0a54d"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "930f7621d662710091407c3b186e37a3f112e2eb282db891297313fd98cd5800"
sha256 cellar: :any_skip_relocation, arm64_ventura: "930f7621d662710091407c3b186e37a3f112e2eb282db891297313fd98cd5800"
sha256 cellar: :any_skip_relocation, arm64_monterey: "930f7621d662710091407c3b186e37a3f112e2eb282db891297313fd98cd5800"
sha256 cellar: :any_skip_relocation, sonoma: "cadb2fbdc85f0973f5d5d70e37b6f9540a94a210d63efd58a6b27cc6f6d7dd7f"
sha256 cellar: :any_skip_relocation, ventura: "cadb2fbdc85f0973f5d5d70e37b6f9540a94a210d63efd58a6b27cc6f6d7dd7f"
sha256 cellar: :any_skip_relocation, monterey: "cadb2fbdc85f0973f5d5d70e37b6f9540a94a210d63efd58a6b27cc6f6d7dd7f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "930f7621d662710091407c3b186e37a3f112e2eb282db891297313fd98cd5800"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9cefdf3d97b277ff8ff508b9d6c41217a6c984ec5175aaf3e2473285b01c1263"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9cefdf3d97b277ff8ff508b9d6c41217a6c984ec5175aaf3e2473285b01c1263"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9cefdf3d97b277ff8ff508b9d6c41217a6c984ec5175aaf3e2473285b01c1263"
sha256 cellar: :any_skip_relocation, sonoma: "ca65ff0e10fc2b1c43242892704f415c0d5985535ace80b1e15c38097ca0896d"
sha256 cellar: :any_skip_relocation, ventura: "ca65ff0e10fc2b1c43242892704f415c0d5985535ace80b1e15c38097ca0896d"
sha256 cellar: :any_skip_relocation, monterey: "ca65ff0e10fc2b1c43242892704f415c0d5985535ace80b1e15c38097ca0896d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9cefdf3d97b277ff8ff508b9d6c41217a6c984ec5175aaf3e2473285b01c1263"
end

depends_on "node"
Expand Down

0 comments on commit a0d3ece

Please sign in to comment.