From a716965b3c3af25e0bdacfbbf76066e9473dca30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 08:30:07 +0000 Subject: [PATCH] ollama: Update to version 0.15.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 61cab947e7..02f433b0af 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.14.3", + "version": "0.15.0", "description": "Get up and running with large language models locally.", "homepage": "https://ollama.com/", "license": "MIT", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/ollama/ollama/releases/download/v0.14.3/ollama-windows-amd64.zip", - "hash": "80a8dc76b421933e8810e8c4bc768a96881eddf03a197f72aa93498b69ffe36e" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.0/ollama-windows-amd64.zip", + "hash": "15ed3041fa77d8d9d90f696711b947a303abb08c48cebf16d0a62fc280d7d1ee" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.14.3/ollama-windows-arm64.zip", - "hash": "d8fe457b8e18d9f155d6a8c3a8b6281860789c3da65993ebac0a14ed005097dd" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.0/ollama-windows-arm64.zip", + "hash": "1724074600cadb869b015e968e514af469f8765a6b10cccc77a54f7ce546f362" } }, "bin": "ollama.exe",