Skip to content

Commit a408d37

Browse files
authored
Merge pull request Homebrew#183347 from Homebrew/bump-cdk8s-2.198.207
cdk8s 2.198.207
2 parents 68497df + 46503d1 commit a408d37

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.206.tgz"
5-
sha256 "dc0507746cb74051738e7f3192c6b79633c3628997ca61b746bc42eec043de7f"
4+
url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.207.tgz"
5+
sha256 "256a4da9902ae6487552444433503e3fd5950bcfa6edcb3b6127d177afc15c33"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52"
11-
sha256 cellar: :any_skip_relocation, arm64_monterey: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52"
12-
sha256 cellar: :any_skip_relocation, sonoma: "8208411f7d10a62c081ea5eb05675952c152d6a312f918a2b281ca749c344249"
13-
sha256 cellar: :any_skip_relocation, ventura: "8208411f7d10a62c081ea5eb05675952c152d6a312f918a2b281ca749c344249"
14-
sha256 cellar: :any_skip_relocation, monterey: "8208411f7d10a62c081ea5eb05675952c152d6a312f918a2b281ca749c344249"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52"
9+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92"
10+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92"
11+
sha256 cellar: :any_skip_relocation, arm64_monterey: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92"
12+
sha256 cellar: :any_skip_relocation, sonoma: "7e8d8f60e61b87cadfe2fa2bfef7a973c3b055ab77202fae72c575129cbe68e0"
13+
sha256 cellar: :any_skip_relocation, ventura: "7e8d8f60e61b87cadfe2fa2bfef7a973c3b055ab77202fae72c575129cbe68e0"
14+
sha256 cellar: :any_skip_relocation, monterey: "7e8d8f60e61b87cadfe2fa2bfef7a973c3b055ab77202fae72c575129cbe68e0"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)