|
1 | 1 | class Localai < Formula |
2 | 2 | desc "OpenAI alternative" |
3 | 3 | homepage "https://localai.io" |
4 | | - url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.5.4.tar.gz" |
5 | | - sha256 "8e1f3fc1a89a0647c6ae9a1ea21bd3447416eaf37b872296862d54d3c9d71869" |
| 4 | + url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.6.0.tar.gz" |
| 5 | + sha256 "5325d60bd989040e1246453ecc9f2122065b8156b778b59a186cc0736811582c" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/mudler/LocalAI.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "453a441b5c0bf48a06dbdfbe38f99b385a0b779bcd2702e75221ee15e4729057" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "744ecbf13ddb29c7eefeab63b70ad79c40e37a1d3fe83149faf47964b1a78305" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a664281233fffdefec499b3fabbbf461da9c21335736ca27a651715230c6f1ea" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "0c4b1219317e33246dc66d15ae2e8ea7e427a2767fcc07cab0b0870e915563d6" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e486e090c71d8e3c02fd4d1c95b37da3d181fbf26f955a5357414ae1e5d5105" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "08abf2d92295ec3c46c943bdfc3bb49dc3020cb8e6b657cd36d50c90d905db12" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc4be1b2451ea3b3de53386e19fa803319571e4a6939b50f40d8b5d57ae686ad" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8046d90b1333fa4e5bbc7e16df5573cac01fa2603738603e27d492a969ba0045" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "ddd45fe6a64ca6667a5d23e8044dc66b14b2ba8703854c6a3522751e6af5a0a3" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad08ec6dbbb9459ccce726a07486018ddc796d9f86ca5002a286a5c289dd91e0" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments