|
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.41.tgz" |
5 |
| - sha256 "3af885e5fe0bd96168db9b9a1e827ca637a54df68b6488fd98ac7152f7a2f9e4" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.42.tgz" |
| 5 | + sha256 "e5deba4923ee98eafd62eca7dd3d7c4f27e9a774cbc635b525afeaf3d236dd77" |
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: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "97b6ac47672096a86e959a3a5f46658c74aad2b859c1b29361b480e2a5c4607b" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "97b6ac47672096a86e959a3a5f46658c74aad2b859c1b29361b480e2a5c4607b" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "fef9da5ff103263c7042324524a1f6cb5625fd4c48bd5ea23c559c3d7a6dc2f2" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "154e1e694003a8af7958cd8efff6eddcfd9cff0a975067d94f312d413b1f1a34" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "154e1e694003a8af7958cd8efff6eddcfd9cff0a975067d94f312d413b1f1a34" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d5f657928e1548ecc1039d85111464681e53758ce07dab98034d9adb08388df9" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "node"
|
|
0 commit comments