Skip to content

Commit 482f225

Browse files
authored
Merge pull request #251043 from Homebrew/bump-weaviate-1.33.2
weaviate 1.33.2
2 parents 79a9e1a + 759059c commit 482f225

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/w/weaviate.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Weaviate < Formula
22
desc "Open-source vector database that stores both objects and vectors"
33
homepage "https://weaviate.io/developers/weaviate/"
4-
url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.33.1.tar.gz"
5-
sha256 "a6570ab72925269fb790302a3fb1b31dbed66f32f7ea0f1960a2eed134cc25e8"
4+
url "https://github.com/weaviate/weaviate/archive/refs/tags/v1.33.2.tar.gz"
5+
sha256 "5d23a31792882d6ea99d79373d4045d4d8f1f4353d35ff3b0881cb6dbfeb65cf"
66
license "BSD-3-Clause"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "014b0d0de79fd0f32f2270892258a521cb1a647574fb402da0b8080ec7076f17"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "014b0d0de79fd0f32f2270892258a521cb1a647574fb402da0b8080ec7076f17"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "014b0d0de79fd0f32f2270892258a521cb1a647574fb402da0b8080ec7076f17"
12-
sha256 cellar: :any_skip_relocation, sonoma: "9e70884adfbfa481f3ab79477103978f0977ea914610fffcad2a35975987c654"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "c81e46c442ed061627dad1e7119e4742b7e6e367e2685fbe636c8b2d09a33307"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "571f28db4bb11f5acd275038b9c16b5290d48c6189d3743c93014ca8e73ac7ac"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "22668dd27a5d5c344a03852dfc98e8cbb3bf2551e6ae2f5535cdd5738200fb22"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "22668dd27a5d5c344a03852dfc98e8cbb3bf2551e6ae2f5535cdd5738200fb22"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22668dd27a5d5c344a03852dfc98e8cbb3bf2551e6ae2f5535cdd5738200fb22"
12+
sha256 cellar: :any_skip_relocation, sonoma: "6a6e509550a892b7a85e34e61c42d39802f05bd906d3c56e0304de56f2427d8c"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "b362daac6b1052deedb6848cab0d1c305a1b9ce352d8036f9f365c3c5a4fa0ad"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9170dcb9866aa97d50e5646f81cc9004e16fcea3f30dfe3fb761f66dbf20401f"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)