|
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.200.103.tgz" |
5 |
| - sha256 "07aa38f5c01d2ece383655aff67eadb7c4b4971ffc31f1079901d12595bf5b58" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.104.tgz" |
| 5 | + sha256 "1d5233238d09bff6b54432afe3bf654f31dae3c031d9f80b31ae0ffb4375ca85" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "b0a4e22781aca7815ab49089469f682a47784d343d87e38dcedca428ef794375" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "9a73fcfde5c6081875d6b42104ddf9dee124de150fc2eb0709f1c84d4468e221" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "def6b962345a08e7a5150575489830117e9c88f7c82deb8fba4dacd004462769" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6d016c2814eafca73eb541352e0fd6a4f750ce65b4322d59c2c9e16e4d7d41a" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments