|
1 | 1 | class Weaviate < Formula |
2 | 2 | desc "Open-source vector database that stores both objects and vectors" |
3 | 3 | homepage "https://weaviate.io/developers/weaviate/" |
4 | | - url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.32.2.tar.gz" |
5 | | - sha256 "9180896843a7ef4a402ede413ab205dbbda28375ecfa527460013a278c7f7d81" |
| 4 | + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.32.3.tar.gz" |
| 5 | + sha256 "df80804afb029ac0be1319549ffad38ca1abcc82ac45b2f9a713dd047bcd8e49" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7eda1e9d36842e9872be692b58172b5a4fb783e0b1929ec69b731ee37df52bf0" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7eda1e9d36842e9872be692b58172b5a4fb783e0b1929ec69b731ee37df52bf0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "7eda1e9d36842e9872be692b58172b5a4fb783e0b1929ec69b731ee37df52bf0" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "802f64a56483b89c8b0d11df1b5b381e03e10e5bcdc8271afcf715f62ef98d87" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "802f64a56483b89c8b0d11df1b5b381e03e10e5bcdc8271afcf715f62ef98d87" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b1952548491dc82dbf92c62f7d33c768c28246ad57fd43dea459ee4ebc026ec" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bc03bb8d98deeffa125bd1c4c53b8653c6c50bb196eb9401d4af01f2701ec16" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7bc03bb8d98deeffa125bd1c4c53b8653c6c50bb196eb9401d4af01f2701ec16" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7bc03bb8d98deeffa125bd1c4c53b8653c6c50bb196eb9401d4af01f2701ec16" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "306e832011a97e845226490aec19415e3e247bcc809b5a18544fe51dc5d4b200" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "306e832011a97e845226490aec19415e3e247bcc809b5a18544fe51dc5d4b200" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b2f546154b16dd239582dca7e7e54431b7035d31f49602041d1b04cdea279dc" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments