Skip to content

Commit 2b8e10e

Browse files
authored
Merge pull request #219982 from Homebrew/bump-cdk8s-2.200.42
cdk8s 2.200.42
2 parents 2901841 + dce2b99 commit 2b8e10e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cdk8s.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Cdk8s < Formula
22
desc "Define k8s native apps and abstractions using object-oriented programming"
33
homepage "https://cdk8s.io/"
4-
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.41.tgz"
5-
sha256 "3af885e5fe0bd96168db9b9a1e827ca637a54df68b6488fd98ac7152f7a2f9e4"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.42.tgz"
5+
sha256 "e5deba4923ee98eafd62eca7dd3d7c4f27e9a774cbc635b525afeaf3d236dd77"
66
license "Apache-2.0"
77
head "https://github.com/cdk8s-team/cdk8s-cli.git", branch: "2.x"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2"
13-
sha256 cellar: :any_skip_relocation, sonoma: "97b6ac47672096a86e959a3a5f46658c74aad2b859c1b29361b480e2a5c4607b"
14-
sha256 cellar: :any_skip_relocation, ventura: "97b6ac47672096a86e959a3a5f46658c74aad2b859c1b29361b480e2a5c4607b"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "154e1e694003a8af7958cd8efff6eddcfd9cff0a975067d94f312d413b1f1a34"
14+
sha256 cellar: :any_skip_relocation, ventura: "154e1e694003a8af7958cd8efff6eddcfd9cff0a975067d94f312d413b1f1a34"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9"
1717
end
1818

1919
depends_on "node"

0 commit comments

Comments
 (0)