Skip to content

Commit 57d84b2

Browse files
authored
Merge pull request #233235 from Homebrew/bump-weaviate-1.32.3
weaviate 1.32.3
2 parents f3c22e7 + 4d1adb0 commit 57d84b2

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.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"
66
license "BSD-3-Clause"
77

88
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"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)