|
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.312.tgz" |
5 | | - sha256 "3e67eb45ea1a56fd0f4b2ba9c0af9a962ed44f01ff1cbdd4c45f874db3a56325" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.313.tgz" |
| 5 | + sha256 "441ab1525dabe9651716bbbb24836a959216327be33dab1a6917ced0555085f9" |
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: "c156362f4a98e55352a7d1a33468eb3f14a6f38b726aacbfc027bbdb6b00c04d" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c156362f4a98e55352a7d1a33468eb3f14a6f38b726aacbfc027bbdb6b00c04d" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c156362f4a98e55352a7d1a33468eb3f14a6f38b726aacbfc027bbdb6b00c04d" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "142d7b8f673723b437103a027825409b0815d6c94c57c6e4cc147d9eadc06406" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "142d7b8f673723b437103a027825409b0815d6c94c57c6e4cc147d9eadc06406" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "c156362f4a98e55352a7d1a33468eb3f14a6f38b726aacbfc027bbdb6b00c04d" |
| 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments