|
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.200.tgz" |
5 |
| - sha256 "54043bb0f4730a9b76cbaacd530bb1dfb7d55375df602f5ea8f18621feccca50" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.201.tgz" |
| 5 | + sha256 "72de45bf5437f855f5a25ed1df0ad60cc5408b8d3f9ae0df57e80022fd4d1c8d" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "6a77fb15707d0a480df5552fc48f4d9dac085169c37df595eec9a054f41f2d57" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "6a77fb15707d0a480df5552fc48f4d9dac085169c37df595eec9a054f41f2d57" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "6a77fb15707d0a480df5552fc48f4d9dac085169c37df595eec9a054f41f2d57" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "9ab3154c6b378c6a9bfb7575eaf9f90305b193e426fac5c1d4ef3307122617f4" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "485385dbebe2fd30c6deef907737c3069c5cb251d345aaaf5e42ea8f13a6d9da" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "485385dbebe2fd30c6deef907737c3069c5cb251d345aaaf5e42ea8f13a6d9da" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "485385dbebe2fd30c6deef907737c3069c5cb251d345aaaf5e42ea8f13a6d9da" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "73258aab7d3baf0819d0d0c1a0a23aa385957352e882efe8a0cbfd6b4353e67e" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments