Skip to content

Commit

Permalink
Merge pull request #203887 from Homebrew/bump-localai-2.25.0
Browse files Browse the repository at this point in the history
localai 2.25.0
  • Loading branch information
BrewTestBot authored Jan 11, 2025
2 parents aa229ae + e8ae2e1 commit e6a62f3
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions Formula/l/localai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ class Localai < Formula

desc "OpenAI alternative"
homepage "https://localai.io"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.24.2.tar.gz"
sha256 "6dd03d21c4c903890bd2bdc6c18b4a1191b1a79dc296ccbf817d773cdcdb401a"
url "https://github.com/mudler/LocalAI/archive/refs/tags/v2.25.0.tar.gz"
sha256 "f9d7a8ceae6987a7ad3ac3a67bc604bea2f539275015fc88203e2762ec5fc697"
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cbba8cd0121fc2130aac0a2a2bf139faee570bf56d82f5ef03122bdbb25f556"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2a507a8f3dfcb311bdb40c07ca3313196e5bb566dee51b829d315961e677d0d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8645fa2b753e7737c594c67b2a18ab510baf311cdd6c626b43db9417eae341ba"
sha256 cellar: :any_skip_relocation, sonoma: "ad2e277808b710eda5d98e0c1e984c721f4e426b04c3d0e0a60a34bcb6897ea4"
sha256 cellar: :any_skip_relocation, ventura: "5a6f4d946f11b75a4164eb21c106a697b3b3e16efb93c9ca7fb236aa5e01f9fd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad9706f203403ba6384e7afac7e9b73fc185a66e7e9e8bacf51a56d3c5ae2153"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "904d279970c6299905286e715bb500218893aec94a2fc1ce39da45ea2c266bfb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f716e429d99817ece6065bf898c17211053cd33247360fd986ac03609ce71750"
sha256 cellar: :any_skip_relocation, arm64_ventura: "311f2c6871548f143436fe724c28587d89bde8f51db1ee3324306941eaf2b0f3"
sha256 cellar: :any_skip_relocation, sonoma: "d8531f0a4e4e4aa70aa9940dc9ab785237baabb93a11c5920cb04bab49d49ded"
sha256 cellar: :any_skip_relocation, ventura: "baab0b7f85d1caf7a74c140b50d5cd73ff61556cc9ec71edff0faba53a4701eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9bb2343ae59d232ecf625a5ad23fec90aea9883066bae1a49ec9c1f3fdb4c768"
end

depends_on "abseil" => :build
Expand All @@ -27,8 +26,8 @@ class Localai < Formula
depends_on "[email protected]" => :build

resource "grpcio-tools" do
url "https://files.pythonhosted.org/packages/2a/2f/d2fc30b79d892050a3c40ef8d17d602f4c6eced066d584621c7bbf195b0e/grpcio_tools-1.68.1.tar.gz"
sha256 "2413a17ad16c9c821b36e4a67fc64c37b9e4636ab1c3a07778018801378739ba"
url "https://files.pythonhosted.org/packages/64/ec/1c25136ca1697eaa09a02effe3e74959fd9fb6aba9960d7340dd6341c5ce/grpcio_tools-1.69.0.tar.gz"
sha256 "3e1a98f4d9decb84979e1ddd3deb09c0a33a84b6e3c0776d5bde4097e3ab66dd"
end

def python3
Expand Down

0 comments on commit e6a62f3

Please sign in to comment.