@@ -7,14 +7,12 @@ class Kind < Formula
77 head "https://github.com/kubernetes-sigs/kind.git" , branch : "main"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_sequoia : "d608a295d52a769cdefa9f49c5d84bee01e21119016dd4870960a0b85b9416f9"
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "d20522ec44b43bfa7c01d4c71a2d87acb7280bd59c26c3f29e18aa349f462eab"
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "1a364ca7bf349559bea646b85a29b51a7988080fe0ef513810abf8118ca6aa65"
13- sha256 cellar : :any_skip_relocation , arm64_monterey : "536aeaba5a28504851e82fd6d9b1bd6f667483d91b887a4de10ea5d4938d20fa"
14- sha256 cellar : :any_skip_relocation , sonoma : "bfc12516b85b818ffa62771de78abcd2423a92b601bca91dfc8ba32311b54077"
15- sha256 cellar : :any_skip_relocation , ventura : "cd2708f283c9f9e66798e095b08e971dc19ad8011ca984c6a7fe99004157f830"
16- sha256 cellar : :any_skip_relocation , monterey : "498c534c5297b98df0ed53fca401fb9dd3edc07457d32788c71f76fb9b4c11e4"
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "64af9a5158b440abe6f6a2873d04f165281fd5ff58de292183afa7830702078f"
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "21d75dd243caf5a92783400b71472fd98e2c806e77f40dcb7c70f7cd081f2bd9"
13+ sha256 cellar : :any_skip_relocation , sonoma : "072b9207013e8a64230fae40fdc55d3014db5f42574c6dc988f899ab4635d8bf"
14+ sha256 cellar : :any_skip_relocation , ventura : "072b9207013e8a64230fae40fdc55d3014db5f42574c6dc988f899ab4635d8bf"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "7e68b6008d3d57cf4cbb5a497e4e99f094e3916c22e187314dff8903efef22b8"
1816 end
1917
2018 depends_on "go" => :build
0 commit comments