File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class Reckoner < Formula
66 license "Apache-2.0"
77 head "https://github.com/FairwindsOps/reckoner.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "94837511a2176e73a13857a65e796c789b0eab21426754d8964fa5f23a70d830"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "94837511a2176e73a13857a65e796c789b0eab21426754d8964fa5f23a70d830"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "94837511a2176e73a13857a65e796c789b0eab21426754d8964fa5f23a70d830"
13+ sha256 cellar : :any_skip_relocation , sonoma : "c306a999e8b9f99767918beaf886b698646bf0df84aaf0f84f8f2ba5be257dec"
14+ sha256 cellar : :any_skip_relocation , ventura : "c306a999e8b9f99767918beaf886b698646bf0df84aaf0f84f8f2ba5be257dec"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "728e430d18ad959bd4722c12b93cc7f06462878e85de54d2ab069246e8326f63"
16+ end
17+
918 depends_on "go" => :build
1019 depends_on "helm"
1120
You can’t perform that action at this time.
0 commit comments