|
1 | 1 | class Cdk8s < Formula |
2 | 2 | desc "Define k8s native apps and abstractions using object-oriented programming" |
3 | 3 | homepage "https://cdk8s.io/" |
4 | | - url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.328.tgz" |
5 | | - sha256 "f3474217d03f778cad274f0f0e10efef6a562f8e15d54379b9ead43abded8047" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.329.tgz" |
| 5 | + sha256 "95d9321980d48b25c7b999cc038be4f4b9a485bb76fb5462a2e84b1b91751dce" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/cdk8s-team/cdk8s-cli.git", branch: "2.x" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "96e464106f335335be2cd9caca765c1c052a159604f12bb029aab3a68b338f22" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "96e464106f335335be2cd9caca765c1c052a159604f12bb029aab3a68b338f22" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "218e9d151b0ae34fd39c12233e72caccacc422fd4670cd22d6c510ba2f8e1d56" |
| 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments