|
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.5.tar.gz" |
5 | | - sha256 "d5978413c5cb2b0135f482b4a9c271d16b0dc00622f02c3b0ac10ab0c529fe10" |
| 4 | + url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.30.6.tar.gz" |
| 5 | + sha256 "ecb14c3afde0ec7316e705b29c79e8d0711d3e0ccfdd95cb627b9ff90077faff" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a60828713f741a2dd916e08f7777e88b4e00e248d742631e373f558732e7840a" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a60828713f741a2dd916e08f7777e88b4e00e248d742631e373f558732e7840a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a60828713f741a2dd916e08f7777e88b4e00e248d742631e373f558732e7840a" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "846b8ff8ae3edf2ee71b4ffcacedaf90a16c17cc42ae98cf5e860dba896a5859" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "846b8ff8ae3edf2ee71b4ffcacedaf90a16c17cc42ae98cf5e860dba896a5859" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7d2681c6561febfecf6fc0abf1d22cb4845436c82b6bbd648adb00fe93eedd27" |
| 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" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments