From 7059986caed4091fd33e0de076d3372a3704305a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 04:36:57 +0000 Subject: [PATCH] ollama: Update to version 0.15.2 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index f7555b4011..15d30cf182 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.15.1", + "version": "0.15.2", "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.1/ollama-windows-amd64.zip", - "hash": "d6562279c4af71b771de72b53d00f6bd1019445c39ffd674fbd3a6ae9256cbae" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.2/ollama-windows-amd64.zip", + "hash": "1ec1aa66120a738ed66a1fb9f0e0df2f545e55ccd92d1562eed34cd55d0add1f" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.15.1/ollama-windows-arm64.zip", - "hash": "8760aadfd68f5d1779a4aa9042ea7319da7382a1b29bd79b0eade66649b23692" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.2/ollama-windows-arm64.zip", + "hash": "39bc2d2a03a358402ef824e7fb78e846589c546e4c992cc6df37eb5fe1500c31" } }, "bin": "ollama.exe",