From bf0b8ea1b684b2a31f85dbe9dd44fc176ad7f93e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:53:53 +0000 Subject: [PATCH] ollama: Update to version 0.15.4 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 15d30cf182..196b2e0b52 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.15.2", + "version": "0.15.4", "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.2/ollama-windows-amd64.zip", - "hash": "1ec1aa66120a738ed66a1fb9f0e0df2f545e55ccd92d1562eed34cd55d0add1f" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.4/ollama-windows-amd64.zip", + "hash": "be2f5db0155cead89f4ef3153ff8afa951bfb3ee3e23160871bbb5f88a03da57" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.15.2/ollama-windows-arm64.zip", - "hash": "39bc2d2a03a358402ef824e7fb78e846589c546e4c992cc6df37eb5fe1500c31" + "url": "https://github.com/ollama/ollama/releases/download/v0.15.4/ollama-windows-arm64.zip", + "hash": "646c59d6402b822a0fd7b2c86549a15caf6224c8679705d9bf81e94b2cb20a54" } }, "bin": "ollama.exe",