Skip to content

Commit 83f43e3

Browse files
authored
Merge pull request Homebrew#206472 from Homebrew/bump-cdk8s-2.198.314
cdk8s 2.198.314
2 parents e531385 + 2d9fd08 commit 83f43e3

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.313.tgz"
5-
sha256 "441ab1525dabe9651716bbbb24836a959216327be33dab1a6917ced0555085f9"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.314.tgz"
5+
sha256 "3fa605f57310d615e79c927bd9ebc710a26f522018de0bfe29220be767265c55"
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: "8198326248db689d1979112f5e4f6184aaf1cb7443b43447a130dc63843b208a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8198326248db689d1979112f5e4f6184aaf1cb7443b43447a130dc63843b208a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8198326248db689d1979112f5e4f6184aaf1cb7443b43447a130dc63843b208a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "60414fb32c3227ee8e49c3f418c9f4276038446e70ac31f5478ca158f5db1e7f"
14-
sha256 cellar: :any_skip_relocation, ventura: "60414fb32c3227ee8e49c3f418c9f4276038446e70ac31f5478ca158f5db1e7f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8198326248db689d1979112f5e4f6184aaf1cb7443b43447a130dc63843b208a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1dcb312eaefb23375179580122416fe70abd0837660f1c94d75630eb1aa218c5"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1dcb312eaefb23375179580122416fe70abd0837660f1c94d75630eb1aa218c5"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1dcb312eaefb23375179580122416fe70abd0837660f1c94d75630eb1aa218c5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3e293c3b8ef9bb353baf62faeda344a82eb90be2aacdea38e4a7c13809a5fe25"
14+
sha256 cellar: :any_skip_relocation, ventura: "3e293c3b8ef9bb353baf62faeda344a82eb90be2aacdea38e4a7c13809a5fe25"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1dcb312eaefb23375179580122416fe70abd0837660f1c94d75630eb1aa218c5"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)