Skip to content

Commit eaf15a6

Browse files
authored
Merge pull request Homebrew#227236 from Homebrew/bump-cdk8s-2.200.104
cdk8s 2.200.104
2 parents 01b7937 + 0de30bd commit eaf15a6

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.200.103.tgz"
5-
sha256 "07aa38f5c01d2ece383655aff67eadb7c4b4971ffc31f1079901d12595bf5b58"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.104.tgz"
5+
sha256 "1d5233238d09bff6b54432afe3bf654f31dae3c031d9f80b31ae0ffb4375ca85"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221"
12-
sha256 cellar: :any_skip_relocation, sonoma: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375"
13-
sha256 cellar: :any_skip_relocation, ventura: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a"
12+
sha256 cellar: :any_skip_relocation, sonoma: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769"
13+
sha256 cellar: :any_skip_relocation, ventura: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)