@@ -3,32 +3,33 @@ class Localai < Formula
3
3
4
4
desc "OpenAI alternative"
5
5
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 "
8
8
license "MIT"
9
9
head "https://github.com/mudler/LocalAI.git" , branch : "master"
10
10
11
11
bottle do
12
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "b50f832facfac7f166ca59de5d3b7f241b10bcfe0dcdee6afec90b3d557e1812 "
13
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "2c82bb99e40beb0bb781ecf1087d0a0c3deeca7f2423d177c831e5ee639db516 "
14
- sha256 cellar : :any_skip_relocation , arm64_ventura : "27a1f5a845087a4604800f0eee1642747f95f68a4f9eb268f6180aba2cbd4638 "
15
- sha256 cellar : :any_skip_relocation , sonoma : "dc8a9eb26fe99a47a098f82f050302a548f6f529b86c14f1b90f5f602e204b07 "
16
- sha256 cellar : :any_skip_relocation , ventura : "71df6ef43bb378c2fac806673579b47e5a717e0805a17227fd9ddea6b0070043 "
17
- sha256 x86_64_linux : "3a36fc178cc6108855d3f75d2c7751d616e9a176901ecc5dc6dca9e2ff5e134e "
12
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "6736e4c9ea160f01e9f679af47c5ae8ccd6e62e5f859c13eec7a7b814d673cdf "
13
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "78c6b420b7774f0e4db13875b6aea4a5519357b26a01898d9d5075ec7bc6ea91 "
14
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "ca3d05f93c9e606deaffa442e150667a49e61d3a2b38a8ed94de0498fef49e31 "
15
+ sha256 cellar : :any_skip_relocation , sonoma : "99332128a15f4db598d4b033474e2769372a43994642e544a6d54d98a5c56954 "
16
+ sha256 cellar : :any_skip_relocation , ventura : "c8c2a8e818e588846300a67d8bae0dcfaa17b74d79a204bbb7de2aeb43989c6e "
17
+ sha256 x86_64_linux : "22e4e42166bb2917c51aff02646633b5c59d61227b7e47bc115b947f4064dd24 "
18
18
end
19
19
20
20
depends_on "abseil" => :build
21
21
depends_on "cmake" => :build
22
22
depends_on "go" => :build
23
+ depends_on "go-rice" => :build
23
24
depends_on "grpc" => :build
24
25
depends_on "protobuf" => :build
25
26
depends_on "protoc-gen-go" => :build
26
27
depends_on "protoc-gen-go-grpc" => :build
27
28
depends_on "python@3.13" => :build
28
29
29
30
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 "
32
33
end
33
34
34
35
def python3
0 commit comments