diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index a058938ec344..7f351ebe83b9 100644 --- a/Formula/o/ollama.rb +++ b/Formula/o/ollama.rb @@ -2,8 +2,8 @@ class Ollama < Formula desc "Create, run, and share large language models (LLMs)" homepage "https://ollama.com/" url "https://github.com/ollama/ollama.git", - tag: "v0.4.6", - revision: "ce7455a8e1045ae12c5eaa9dc5bb5bdc84a098dc" + tag: "v0.4.7", + revision: "5f8051180e3b9aeafc153f6b5056e7358a939c88" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main" @@ -16,12 +16,12 @@ class Ollama < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "225d5717aa77bd4f30e60fcd002ba15eff097f08c2efea1b61dd705f1ecd13fa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a07851aadd475d4c7716d8f44ca57fe4ff9b7b3e9b29a7e67e55fb2d32f4d1b8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e470282c639fd6936266e31763df1a5d333f4d337c22d33279ee11f599ff054a" - sha256 cellar: :any_skip_relocation, sonoma: "ea397ff9c7bd4e81217abeea2f825ab6cce8c60364b84bd53cd983e84700b061" - sha256 cellar: :any_skip_relocation, ventura: "9b8b0d070bec82ebd69ef6c40934f4f191e422e449c2351f5e83c8550472b753" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c62b5e8cf512be65c45d8a13cf3024f3efe5482652667ef483977366a06d919" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "38eaebb5b674f27f9fba9727789b99045a8275104868a77a31c0735e75ad281a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d9f28a71acb5ecb5bab0550eb0b19ba2a9e5daa28a64781db9cf511d2d46c18d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "85a677c571004fa8f92379419afd2963bc9e68bd8f04d309d2a190ce519d5a86" + sha256 cellar: :any_skip_relocation, sonoma: "17fb68c8c5750ee82e294145c79de71915f6f1b121111bdcf5419dd3e3bf40c6" + sha256 cellar: :any_skip_relocation, ventura: "246ec7192ab0bf6c34f3b28312952d8c6675b6be66825e1beb1b520ceb016a55" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b870c08707412438c03e3bb2cab972e32e9eebe05ac42e1675a5dac29fdd476c" end depends_on "cmake" => :build