From 60076782ba5a0c8bd7285086f17cd4d347ad0a0f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:06:37 +0000 Subject: [PATCH] ollama 0.5.2 --- Formula/o/ollama.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/ollama.rb b/Formula/o/ollama.rb index 051ad4412e221..6fed3a99c9c37 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.5.1", - revision: "de52b6c2f90ff220ed9469167d51e3f5d7474fa2" + tag: "v0.5.2", + revision: "60f75560a2a950e14aabe88c0a7b1223f31277ad" license "MIT" head "https://github.com/ollama/ollama.git", branch: "main"