|
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.272.tgz" |
5 | | - sha256 "0a361dd0bf4fe7e0b90f1773fc2cf86e90ede69169838842fc44321e70ec7691" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.273.tgz" |
| 5 | + sha256 "0ea4c93a0a49b857278a854c821a6acdff31d72ebfcb19a7f4c757d2d642767f" |
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: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "c80449345ef1991f61ccc2c2b174eed26dce52847d3fb41c506794d102e53ba9" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "c80449345ef1991f61ccc2c2b174eed26dce52847d3fb41c506794d102e53ba9" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "923c9b74cdcb0d961bbf72cb2c8a9c681f49ea78ad9d132e9ccef44779a8056a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "55693091a005d664d1f9c5b1b6be675c6b8064652c7c64d0f9274e90c71ccbf6" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "55693091a005d664d1f9c5b1b6be675c6b8064652c7c64d0f9274e90c71ccbf6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a22a38f0a88ee1986e6bfe810050c83e6815def5b397cd60cc443a83447c82dc" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments