Skip to content

Commit

Permalink
Merge pull request #200101 from Homebrew/bump-localai-2.24.0
Browse files Browse the repository at this point in the history
localai 2.24.0
  • Loading branch information
BrewTestBot authored Dec 5, 2024
2 parents 89e83d6 + 8bf5ef3 commit b507346
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/l/localai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ class Localai < Formula

desc "OpenAI alternative"
homepage "https://localai.io"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.23.0.tar.gz"
sha256 "45dce2745e15debce36f2faeddb1b2688f6e6f9fce80ff204b2463d234d14686"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.24.0.tar.gz"
sha256 "cdb23d725937c1e836a11b98761abc10cc28dc1e3c7ccc1d0c7c719dad3b7097"
license "MIT"

bottle do
sha256 arm64_sequoia: "3a69527cb12060b36a6eb44c70c902a46112b41b6181d9df2c426125684c5c20"
sha256 arm64_sonoma: "e8adcd0dd78e95ea39e2323534606ae9746839edeca4f22cf2d4f5eb0bb895ca"
sha256 arm64_ventura: "4c7775202e25e4e81141fb3fde595203ec0d22d011d3bef0501a12b4cc1fc7f1"
sha256 sonoma: "e4d7ea2f2d9df99a9a6efbcd7f7a86035f0eda0a99c0894d5ff6c1bab4cdaaf6"
sha256 ventura: "09dfcdd268edc7e7b69e465a331aff6e1579d6ba274d41355a091445fc20a560"
sha256 x86_64_linux: "75a31b74573ed7e2c851dced6367031029e09168d48703b138ac5d4c0276e229"
sha256 arm64_sequoia: "bc9c2465d7d3ba3db032c726ba11212a8d4900672f5fda0cd26408020356dfdb"
sha256 arm64_sonoma: "6f74c163eed4cb1cd441ec23e2e9567d82745973d8772ac7b68ccdf3966bee58"
sha256 arm64_ventura: "7681066e72cda6c42cb502840d0a657a19e77e2d9110696855a105a6b651ce9f"
sha256 sonoma: "253cb8990a2d020ab3a3767dfd4a5fe716be6a2eb4c4cfa65c61edcd33326c18"
sha256 ventura: "fd26ce3dc9b5895c85c1e5c1438a3a147f55acc6a7c7ce9dcb9b2912b2899b3b"
sha256 x86_64_linux: "75993324ed02c9ae2808371c5243e5c1088a763dfc261529e8771964ccd7f4da"
end

depends_on "abseil" => :build
Expand All @@ -30,8 +30,8 @@ class Localai < Formula
depends_on "wget"

resource "grpcio-tools" do
url "https://files.pythonhosted.org/packages/e7/f8/62e15867651b72f6f95313e21d81f5f1c210b69a4cc664aecf52ec4c8a53/grpcio_tools-1.67.0.tar.gz"
sha256 "181b3d4e61b83142c182ec366f3079b0023509743986e54c9465ca38cac255f8"
url "https://files.pythonhosted.org/packages/2a/2f/d2fc30b79d892050a3c40ef8d17d602f4c6eced066d584621c7bbf195b0e/grpcio_tools-1.68.1.tar.gz"
sha256 "2413a17ad16c9c821b36e4a67fc64c37b9e4636ab1c3a07778018801378739ba"
end

def python3
Expand Down

0 comments on commit b507346

Please sign in to comment.