File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ class Cdk8s < Formula
8
8
license "Apache-2.0"
9
9
10
10
bottle do
11
- sha256 cellar : :any_skip_relocation , all : "da2d68fc60f986505b12124401d78dc59044459d66ff67e72e598c05a2843108"
11
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "b1f3c6a52089136c78c40874ede96a4fa11c2636069117697297cbb2aa497125"
12
+ sha256 cellar : :any_skip_relocation , arm64_monterey : "b1f3c6a52089136c78c40874ede96a4fa11c2636069117697297cbb2aa497125"
13
+ sha256 cellar : :any_skip_relocation , arm64_big_sur : "b1f3c6a52089136c78c40874ede96a4fa11c2636069117697297cbb2aa497125"
14
+ sha256 cellar : :any_skip_relocation , ventura : "2afe1ccdaab3862f423a92e5d9147009f0d9cd3ada0db1bc447d4c32256fd7ae"
15
+ sha256 cellar : :any_skip_relocation , monterey : "2afe1ccdaab3862f423a92e5d9147009f0d9cd3ada0db1bc447d4c32256fd7ae"
16
+ sha256 cellar : :any_skip_relocation , big_sur : "2afe1ccdaab3862f423a92e5d9147009f0d9cd3ada0db1bc447d4c32256fd7ae"
17
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "b1f3c6a52089136c78c40874ede96a4fa11c2636069117697297cbb2aa497125"
12
18
end
13
19
14
20
depends_on "node"
You can’t perform that action at this time.
0 commit comments