diff --git a/Formula/l/localai.rb b/Formula/l/localai.rb index 2a6f52e3e1739..3524fd3b845f8 100644 --- a/Formula/l/localai.rb +++ b/Formula/l/localai.rb @@ -1,17 +1,17 @@ class Localai < Formula desc "OpenAI alternative" homepage "https://localai.io" - url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.5.4.tar.gz" - sha256 "8e1f3fc1a89a0647c6ae9a1ea21bd3447416eaf37b872296862d54d3c9d71869" + url "https://github.com/mudler/LocalAI/archive/refs/tags/v3.6.0.tar.gz" + sha256 "5325d60bd989040e1246453ecc9f2122065b8156b778b59a186cc0736811582c" license "MIT" head "https://github.com/mudler/LocalAI.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "453a441b5c0bf48a06dbdfbe38f99b385a0b779bcd2702e75221ee15e4729057" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "744ecbf13ddb29c7eefeab63b70ad79c40e37a1d3fe83149faf47964b1a78305" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a664281233fffdefec499b3fabbbf461da9c21335736ca27a651715230c6f1ea" - sha256 cellar: :any_skip_relocation, sonoma: "0c4b1219317e33246dc66d15ae2e8ea7e427a2767fcc07cab0b0870e915563d6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8e486e090c71d8e3c02fd4d1c95b37da3d181fbf26f955a5357414ae1e5d5105" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "08abf2d92295ec3c46c943bdfc3bb49dc3020cb8e6b657cd36d50c90d905db12" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc4be1b2451ea3b3de53386e19fa803319571e4a6939b50f40d8b5d57ae686ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8046d90b1333fa4e5bbc7e16df5573cac01fa2603738603e27d492a969ba0045" + sha256 cellar: :any_skip_relocation, sonoma: "ddd45fe6a64ca6667a5d23e8044dc66b14b2ba8703854c6a3522751e6af5a0a3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad08ec6dbbb9459ccce726a07486018ddc796d9f86ca5002a286a5c289dd91e0" end depends_on "go" => :build