|
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.31.5.tar.gz" |
5 | | - sha256 "59df48f107e293a2fd1e3081506f8af42d70a43b4a0c48c1be6e9c2f1ac522a0" |
| 4 | + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.32.0.tar.gz" |
| 5 | + sha256 "7f7e85cf51497337677748c87376d7f385867fd176c0a1304e3613461d1be7da" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f69c8f7378bbb3de92a72122a68957445dc0408e370f6272752cca862606b976" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f69c8f7378bbb3de92a72122a68957445dc0408e370f6272752cca862606b976" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f69c8f7378bbb3de92a72122a68957445dc0408e370f6272752cca862606b976" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "a1c9d581819f6769170e51c577117d346557c74948c7ea240ffdee3daecd5ec4" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "a1c9d581819f6769170e51c577117d346557c74948c7ea240ffdee3daecd5ec4" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "19f7bff620f506cb83dd5a640afcf84a8d37cb6633bf9aedbac33fc0d6f89504" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f4f31d3a215303202da93e9028784f382408294ca37580eb95d9d23ec852ca36" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4f31d3a215303202da93e9028784f382408294ca37580eb95d9d23ec852ca36" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f4f31d3a215303202da93e9028784f382408294ca37580eb95d9d23ec852ca36" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "bf5c1ef0b139f41b19eca6d7404a5f71c3d869ed6966bb158b4f4e1851873c9a" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "bf5c1ef0b139f41b19eca6d7404a5f71c3d869ed6966bb158b4f4e1851873c9a" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4f5313c6e43701d49b6a5f5d76b7a91d47bdab3733f7d12daaefb32bf751b245" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments