Skip to content

Commit d733eba

Browse files
authored
Merge pull request #206109 from Homebrew/bump-cdk8s-2.198.310
cdk8s 2.198.310
2 parents bdce681 + 6a70ba0 commit d733eba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cdk8s.rb

+8-8
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.309.tgz"
5-
sha256 "f0f40be5f0784d36be7c7f9faa543726e9f641edf2876a2973919950a89f7f5a"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.310.tgz"
5+
sha256 "3250d5fc5fe6dd804cf8259e79f05334836f1f527ad6577e202c115ff328bd84"
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: "4d01b6ee42aa3010679c4a6139af10db54b171f5ac6828384c59a183f0cd9d60"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d01b6ee42aa3010679c4a6139af10db54b171f5ac6828384c59a183f0cd9d60"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4d01b6ee42aa3010679c4a6139af10db54b171f5ac6828384c59a183f0cd9d60"
13-
sha256 cellar: :any_skip_relocation, sonoma: "687f1470d32269d62eb8995092c7ad74c936f39fc4a3536c81617f1f4e02841d"
14-
sha256 cellar: :any_skip_relocation, ventura: "687f1470d32269d62eb8995092c7ad74c936f39fc4a3536c81617f1f4e02841d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d01b6ee42aa3010679c4a6139af10db54b171f5ac6828384c59a183f0cd9d60"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "def1a646b208f19c63efebe1051573eceb0d5c5c6304a49976bc288d9b45d835"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "def1a646b208f19c63efebe1051573eceb0d5c5c6304a49976bc288d9b45d835"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "def1a646b208f19c63efebe1051573eceb0d5c5c6304a49976bc288d9b45d835"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7965467e911932be8ebada62c4cdc8e66a2624348ca089c8ddbe6a1b4fcf88a8"
14+
sha256 cellar: :any_skip_relocation, ventura: "7965467e911932be8ebada62c4cdc8e66a2624348ca089c8ddbe6a1b4fcf88a8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "def1a646b208f19c63efebe1051573eceb0d5c5c6304a49976bc288d9b45d835"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)