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 @@ -5,6 +5,15 @@ class Weaviate < Formula
55 sha256 "d8cad0339ccfd081be6afe1afd879f64bba224ed7ecbdb8b974853b536584330"
66 license "BSD-3-Clause"
77
8+ bottle do
9+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "4f3aa7911bd88edcb976948cd458ace1fe9804832ab6ca54710919d0137449bb"
10+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "4f3aa7911bd88edcb976948cd458ace1fe9804832ab6ca54710919d0137449bb"
11+ sha256 cellar : :any_skip_relocation , arm64_ventura : "4f3aa7911bd88edcb976948cd458ace1fe9804832ab6ca54710919d0137449bb"
12+ sha256 cellar : :any_skip_relocation , sonoma : "8b214070b4893a6df4e110c92b7b95ca1e889838ef50f6c544c1898f4b5c770c"
13+ sha256 cellar : :any_skip_relocation , ventura : "8b214070b4893a6df4e110c92b7b95ca1e889838ef50f6c544c1898f4b5c770c"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "020726bf37280847fd20f7ee47446d07f2db371b9168a59cd675f08036fa24ae"
15+ end
16+
817 depends_on "go" => :build
918
1019 def install
You can’t perform that action at this time.
0 commit comments