Skip to content

Commit 40e1947

Browse files
authored
Merge pull request Homebrew#182599 from Homebrew/bump-cdk8s-2.198.201
cdk8s 2.198.201
2 parents a5ee758 + 57d2e98 commit 40e1947

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,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.200.tgz"
5-
sha256 "54043bb0f4730a9b76cbaacd530bb1dfb7d55375df602f5ea8f18621feccca50"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.201.tgz"
5+
sha256 "72de45bf5437f855f5a25ed1df0ad60cc5408b8d3f9ae0df57e80022fd4d1c8d"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4"
12-
sha256 cellar: :any_skip_relocation, sonoma: "6a77fb15707d0a480df5552fc48f4d9dac085169c37df595eec9a054f41f2d57"
13-
sha256 cellar: :any_skip_relocation, ventura: "6a77fb15707d0a480df5552fc48f4d9dac085169c37df595eec9a054f41f2d57"
14-
sha256 cellar: :any_skip_relocation, monterey: "6a77fb15707d0a480df5552fc48f4d9dac085169c37df595eec9a054f41f2d57"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4"
9+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e"
12+
sha256 cellar: :any_skip_relocation, sonoma: "485385dbebe2fd30c6deef907737c3069c5cb251d345aaaf5e42ea8f13a6d9da"
13+
sha256 cellar: :any_skip_relocation, ventura: "485385dbebe2fd30c6deef907737c3069c5cb251d345aaaf5e42ea8f13a6d9da"
14+
sha256 cellar: :any_skip_relocation, monterey: "485385dbebe2fd30c6deef907737c3069c5cb251d345aaaf5e42ea8f13a6d9da"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)