|
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.206.tgz" |
5 |
| - sha256 "dc0507746cb74051738e7f3192c6b79633c3628997ca61b746bc42eec043de7f" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.198.207.tgz" |
| 5 | + sha256 "256a4da9902ae6487552444433503e3fd5950bcfa6edcb3b6127d177afc15c33" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "8208411f7d10a62c081ea5eb05675952c152d6a312f918a2b281ca749c344249" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "8208411f7d10a62c081ea5eb05675952c152d6a312f918a2b281ca749c344249" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "8208411f7d10a62c081ea5eb05675952c152d6a312f918a2b281ca749c344249" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ed576bdb8cb80333783ad0a5663a859181b8993b03d7640904b2dee81ddec52" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "7e8d8f60e61b87cadfe2fa2bfef7a973c3b055ab77202fae72c575129cbe68e0" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "7e8d8f60e61b87cadfe2fa2bfef7a973c3b055ab77202fae72c575129cbe68e0" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "7e8d8f60e61b87cadfe2fa2bfef7a973c3b055ab77202fae72c575129cbe68e0" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f19489abec0b2d8d9cdebe6573bd81a995a3de230503bb01800263896a501d92" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "node"
|
|
0 commit comments