From b44c7c2d4861328d85a4ec15398bea2d6bfc8092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:29:39 +0000 Subject: [PATCH] ollama: Update to version 0.14.2 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 0fd994f286..0363e3b2f7 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.14.1", + "version": "0.14.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.14.1/ollama-windows-amd64.zip", - "hash": "5b91eb9754540edfc54b88000039fe42a578336974c7675b090942949ab3c7ad" + "url": "https://github.com/ollama/ollama/releases/download/v0.14.2/ollama-windows-amd64.zip", + "hash": "640d3901f25b960907a3dd63521842fcf3491488613357911a9d97ea2bec7949" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.14.1/ollama-windows-arm64.zip", - "hash": "5ff242b470aa62f61825c8ebc936731af43bcf1ad7595dee11b5e8cccdfac2be" + "url": "https://github.com/ollama/ollama/releases/download/v0.14.2/ollama-windows-arm64.zip", + "hash": "3e346c46601abcf38288f7c682d34316fed94607bd655b855c1aab99cb1c20f2" } }, "bin": "ollama.exe",