From 73d5caaa2d4ff701c35daf73d9750be125ff039a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:29:26 +0000 Subject: [PATCH] ollama: Update to version 0.12.8 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 2c5bb96bb9..ea9f31a1ae 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.12.7", + "version": "0.12.8", "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.12.7/ollama-windows-amd64.zip", - "hash": "187c8c3de6208ddeb8537be3f2e3315624e6274fda3ff7fbbbd9733e8fdfa2b1" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.8/ollama-windows-amd64.zip", + "hash": "fb56e6fd696e65e6e8066edadc6526114112a214840893c9dea92b5f1f885e79" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.12.7/ollama-windows-arm64.zip", - "hash": "b04d66988407fd80cf0f99ee3f58a44501ce529de9b799edd2f729e674e14a43" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.8/ollama-windows-arm64.zip", + "hash": "c9c68b56b06a4695ae12e7863b1935211a9a9c6bdadb96fdbe8bc4859128d958" } }, "bin": "ollama.exe",