Skip to content

Commit 03c3dd6

Browse files
BrewTestBotchenrui333
authored andcommitted
localai 3.0.0
localai: update build Signed-off-by: Rui Chen <[email protected]>
1 parent 2a99fc9 commit 03c3dd6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/l/localai.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Localai < Formula
33

44
desc "OpenAI alternative"
55
homepage "https://localai.io"
6-
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.28.0.tar.gz"
7-
sha256 "b75f7cffb3b105c1f5e7cd4aa2d5c18cf461b6af0977d150d654d596f1dc8d79"
6+
url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.0.0.tar.gz"
7+
sha256 "dfe1cc4fee4f7116b2a40300e2c3b31c0244a91ef42b8af625bcc79b49f59172"
88
license "MIT"
99
head "https://github.com/mudler/LocalAI.git", branch: "master"
1010

@@ -20,15 +20,16 @@ class Localai < Formula
2020
depends_on "abseil" => :build
2121
depends_on "cmake" => :build
2222
depends_on "go" => :build
23+
depends_on "go-rice" => :build
2324
depends_on "grpc" => :build
2425
depends_on "protobuf" => :build
2526
depends_on "protoc-gen-go" => :build
2627
depends_on "protoc-gen-go-grpc" => :build
2728
depends_on "[email protected]" => :build
2829

2930
resource "grpcio-tools" do
30-
url "https://files.pythonhosted.org/packages/05/d2/c0866a48c355a6a4daa1f7e27e210c7fa561b1f3b7c0bce2671e89cfa31e/grpcio_tools-1.71.0.tar.gz"
31-
sha256 "38dba8e0d5e0fb23a034e09644fdc6ed862be2371887eee54901999e8f6792a8"
31+
url "https://files.pythonhosted.org/packages/0b/62/5f7d3a6d394a7d0cf94abaa93e8224b7cdbc0677bdf2caabd20a62d4f5cb/grpcio_tools-1.73.0.tar.gz"
32+
sha256 "69e2da77e7d52c7ea3e60047ba7d704d242b55c6c0ffb1a6147ace1b37ce881b"
3233
end
3334

3435
def python3

0 commit comments

Comments
 (0)