|
1 | 1 | class Kwok < Formula |
2 | 2 | desc "Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters" |
3 | 3 | homepage "https://kwok.sigs.k8s.io" |
4 | | - url "https://github.com/kubernetes-sigs/kwok/archive/refs/tags/v0.6.0.tar.gz" |
5 | | - sha256 "4973521fc179ff2edad75c12d7862818e9cc0ae97eb85c4c160b67f9af1378ce" |
| 4 | + url "https://github.com/kubernetes-sigs/kwok/archive/refs/tags/v0.6.1.tar.gz" |
| 5 | + sha256 "cb43f7574205448a7c89b53201c40db6055f1ceebf011051248f092c893fa1cb" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f5506c72f4bf76ff90f9f65eb16bcec253c644e64f3fd1093de96d206ac3643" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6139018d596f2b3a6eee4ade78527ac2beab6c76ab00a3f59a76e533db3da6f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "fe7b96b2c2b158b0a067693230bd8860f22229db4161f732a3446fcfa9ee5e15" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "fca9403e495eacec9197b9640187d10d541f4cd8c7816e2beb62af295854f8c8" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "352d40f2d801b7a237cfb8825b41fdb35a1dae8e9cfe6901e86ff496d6b57d8c" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "63fbdc0ab304f8e1530d5bb09b7b1fe62edfae52a15da2697dc7ab6fdd0f2f1a" |
15 | | - sha256 cellar: :any_skip_relocation, monterey: "d52f43bebc002a0c091072e4c7c40a8661e99e6e2132569f6a90116260ac2418" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9f6c218e3bde8e75ce945cf7e1793e984e35a66e877b86c36e50887961f36b23" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96bf4a8c5613e2a57f32ac3929d6817a5fc4bd0f6f8bce0a6c9d397011f00362" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "967d9e8944681c9a88a17d7322d127d87a84ac1cf2c29dfe055ace293b174e64" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d09a56e0bf39b14b8bcde6a84224797d31c5b18162f563b18393ee232717442c" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "22651fd3b826e95d6891b50343655997d2f1213edef8725543b7223c9260720c" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "41d1ff97bd7d4880746520a000bbd24027375bc25f058e6e6232baa91ffb06ca" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "57268c303d4a0b742d35ec91665f00b1bbfff8dd53d3ae9ad82cc197ce47b1a2" |
17 | 15 | end |
18 | 16 |
|
19 | 17 | depends_on "go" => :build |
|
0 commit comments