From 7bd9afa109f3b423b3586b3dbbe2ddd505154e36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 08:31:00 +0000 Subject: [PATCH] ollama: Update to version 0.15.1 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 02f433b0af..f7555b4011 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.15.0", + "version": "0.15.1", "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.15.0/ollama-windows-amd64.zip", - "hash": "15ed3041fa77d8d9d90f696711b947a303abb08c48cebf16d0a62fc280d7d1ee" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.1/ollama-windows-amd64.zip", + "hash": "d6562279c4af71b771de72b53d00f6bd1019445c39ffd674fbd3a6ae9256cbae" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.15.0/ollama-windows-arm64.zip", - "hash": "1724074600cadb869b015e968e514af469f8765a6b10cccc77a54f7ce546f362" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.1/ollama-windows-arm64.zip", + "hash": "8760aadfd68f5d1779a4aa9042ea7319da7382a1b29bd79b0eade66649b23692" } }, "bin": "ollama.exe",