|
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.30.6.tar.gz" |
5 |
| - sha256 "ecb14c3afde0ec7316e705b29c79e8d0711d3e0ccfdd95cb627b9ff90077faff" |
| 4 | + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.31.0.tar.gz" |
| 5 | + sha256 "70df7afd139798657da8bcee20dcb3b50946a25ac5bc26dce51e74afa726615c" |
6 | 6 | license "BSD-3-Clause"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "db488fd76007cced169ddcbdfc34cdd7bb6f381c56a71375ae2630f15c521065" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db488fd76007cced169ddcbdfc34cdd7bb6f381c56a71375ae2630f15c521065" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "db488fd76007cced169ddcbdfc34cdd7bb6f381c56a71375ae2630f15c521065" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "2dd9d62044256b42a13042f38ebe8c121b2933358a331f5860b62b4e550d8973" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "2dd9d62044256b42a13042f38ebe8c121b2933358a331f5860b62b4e550d8973" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "2605a48ca508d79d6afc8740ed4be9ec96007c0f151074244fadc4e51d03c929" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "114ee0ce050044c216def57124fd075fb93a5c8f94c84d6c878c844ca809dcbb" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "a030472b1807e2e6aa2bed996a73031a1bca7565277ec8024f9dfb052c99c2c5" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "a030472b1807e2e6aa2bed996a73031a1bca7565277ec8024f9dfb052c99c2c5" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8bc3d71d841c2d85794a312ecce7ec2bfa36bb81623830f90bfcbb88e1d819f" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments