Skip to content

Commit d82fff7

Browse files
authored
Merge pull request Homebrew#208365 from Homebrew/bump-cdk8s-2.198.330
cdk8s 2.198.330
2 parents 332f033 + 3034421 commit d82fff7

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.329.tgz"
5-
sha256 "95d9321980d48b25c7b999cc038be4f4b9a485bb76fb5462a2e84b1b91751dce"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.330.tgz"
5+
sha256 "c8aa8e1675f95103e2532427190e8441bd1e70ee62fab9091e9cf9b2c1902462"
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: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0cc4a88de8ff9314a8cf9f021445e5ab2a0ca18469092d59bfddc33a018e1388"
14-
sha256 cellar: :any_skip_relocation, ventura: "0cc4a88de8ff9314a8cf9f021445e5ab2a0ca18469092d59bfddc33a018e1388"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c452273867e424d832a6874d91ca4b815158e2a4ae0f6a7340e69ebc8f17f6a0"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0073d1699ef7e6e538c6df9b0794bb8cc2e4b203d79c7baf9ad4a86e0fd2776"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0073d1699ef7e6e538c6df9b0794bb8cc2e4b203d79c7baf9ad4a86e0fd2776"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0073d1699ef7e6e538c6df9b0794bb8cc2e4b203d79c7baf9ad4a86e0fd2776"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8aceea29337c6ce510ad75b42cfdd5edef3966e9c222c90e420c0e5dbde49536"
14+
sha256 cellar: :any_skip_relocation, ventura: "8aceea29337c6ce510ad75b42cfdd5edef3966e9c222c90e420c0e5dbde49536"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c0073d1699ef7e6e538c6df9b0794bb8cc2e4b203d79c7baf9ad4a86e0fd2776"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)