|
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.130.tgz" |
5 | | - sha256 "f7f06f28bfb532c0e602a9710615c182d8a6fdd533f98a39e386a0e9acd4df1d" |
| 4 | + url "https://registry.npmjs.org/cdk8s-cli/-/cdk8s-cli-2.200.131.tgz" |
| 5 | + sha256 "53dad5c53a674fb75f8cd4de6ceddfd56eb728dd51496a1c186a53c77b8337f6" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bd37ec7848a037162e16cfe64facedb95ad0623f5ce9eee8780503ef70119cf" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7bd37ec7848a037162e16cfe64facedb95ad0623f5ce9eee8780503ef70119cf" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "7bd37ec7848a037162e16cfe64facedb95ad0623f5ce9eee8780503ef70119cf" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "983bf04bd20c8d9ad1a738d71b7880ff39d85f78d146e53d6bd4e064c1571b7c" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "983bf04bd20c8d9ad1a738d71b7880ff39d85f78d146e53d6bd4e064c1571b7c" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7bd37ec7848a037162e16cfe64facedb95ad0623f5ce9eee8780503ef70119cf" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7bd37ec7848a037162e16cfe64facedb95ad0623f5ce9eee8780503ef70119cf" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5539f93915ed67f3f952ffa9293a8f7819fc6be7d51bb47e969d8a33fae8b00f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5539f93915ed67f3f952ffa9293a8f7819fc6be7d51bb47e969d8a33fae8b00f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "5539f93915ed67f3f952ffa9293a8f7819fc6be7d51bb47e969d8a33fae8b00f" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "6828654794d2a066c4262408ac7cb914696f234595b7df18089170a78eb27755" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "6828654794d2a066c4262408ac7cb914696f234595b7df18089170a78eb27755" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "5539f93915ed67f3f952ffa9293a8f7819fc6be7d51bb47e969d8a33fae8b00f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5539f93915ed67f3f952ffa9293a8f7819fc6be7d51bb47e969d8a33fae8b00f" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments