Skip to content

Commit 72d76d9

Browse files
authored
Merge pull request #200067 from Homebrew/bump-cdk8s-2.198.273
cdk8s 2.198.273
2 parents c07fed8 + d1ee365 commit 72d76d9

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.272.tgz"
5-
sha256 "0a361dd0bf4fe7e0b90f1773fc2cf86e90ede69169838842fc44321e70ec7691"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.273.tgz"
5+
sha256 "0ea4c93a0a49b857278a854c821a6acdff31d72ebfcb19a7f4c757d2d642767f"
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: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c80449345ef1991f61ccc2c2b174eed26dce52847d3fb41c506794d102e53ba9"
14-
sha256 cellar: :any_skip_relocation, ventura: "c80449345ef1991f61ccc2c2b174eed26dce52847d3fb41c506794d102e53ba9"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc"
13+
sha256 cellar: :any_skip_relocation, sonoma: "55693091a005d664d1f9c5b1b6be675c6b8064652c7c64d0f9274e90c71ccbf6"
14+
sha256 cellar: :any_skip_relocation, ventura: "55693091a005d664d1f9c5b1b6be675c6b8064652c7c64d0f9274e90c71ccbf6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)