|
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.81.tgz" |
5 |
| - sha256 "ecbaec9268bf63cf15e08b4d7fb78d66ade18f688b359f1ba0c19e1847b9d122" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.82.tgz" |
| 5 | + sha256 "07a7c8c85a714c5a07661e7e017664b9d0560bebce6fdd900af2fa4444a53e2e" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "942c586d21fc5f7664af2fb4ea90d087c3875ff90e12d4a1dfb38cb62f3ac8fa" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "942c586d21fc5f7664af2fb4ea90d087c3875ff90e12d4a1dfb38cb62f3ac8fa" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "942c586d21fc5f7664af2fb4ea90d087c3875ff90e12d4a1dfb38cb62f3ac8fa" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "1331e2ec778640caca9701a1406e5ce690464d6f42f6bc58e10d73f3bc24a09c" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "1331e2ec778640caca9701a1406e5ce690464d6f42f6bc58e10d73f3bc24a09c" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "942c586d21fc5f7664af2fb4ea90d087c3875ff90e12d4a1dfb38cb62f3ac8fa" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "942c586d21fc5f7664af2fb4ea90d087c3875ff90e12d4a1dfb38cb62f3ac8fa" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "a24083a79bc486315e7372beb1dfa43f1281fbd0846d34bf9414694cbffccc07" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "a24083a79bc486315e7372beb1dfa43f1281fbd0846d34bf9414694cbffccc07" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9ecc11e7701e2b9b4ebc91b6efcc80f5979a78d5b8b996b1751aa78cab0bc4fc" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments