Skip to content

Commit 008f173

Browse files
authored
Merge pull request Homebrew#208231 from Homebrew/bump-cdk8s-2.198.329
cdk8s 2.198.329
2 parents 9693cfb + d7572df commit 008f173

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cdk8s.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.198.328.tgz"
5-
sha256 "f3474217d03f778cad274f0f0e10efef6a562f8e15d54379b9ead43abded8047"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.329.tgz"
5+
sha256 "95d9321980d48b25c7b999cc038be4f4b9a485bb76fb5462a2e84b1b91751dce"
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: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56"
13-
sha256 cellar: :any_skip_relocation, sonoma: "96e464106f335335be2cd9caca765c1c052a159604f12bb029aab3a68b338f22"
14-
sha256 cellar: :any_skip_relocation, ventura: "96e464106f335335be2cd9caca765c1c052a159604f12bb029aab3a68b338f22"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0cc4a88de8ff9314a8cf9f021445e5ab2a0ca18469092d59bfddc33a018e1388"
14+
sha256 cellar: :any_skip_relocation, ventura: "0cc4a88de8ff9314a8cf9f021445e5ab2a0ca18469092d59bfddc33a018e1388"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)