From 49118d282715eb0c40c1c9c1647453fc6d34d9bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:29:29 +0000 Subject: [PATCH] ollama: Update to version 0.12.9 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index ea9f31a1ae..ceda281b89 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.12.8", + "version": "0.12.9", "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.8/ollama-windows-amd64.zip", - "hash": "fb56e6fd696e65e6e8066edadc6526114112a214840893c9dea92b5f1f885e79" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.9/ollama-windows-amd64.zip", + "hash": "089fb46562a9f8d4064581ac11ab73bccc3906674a807c754f78b2f20ff3e5c8" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.12.8/ollama-windows-arm64.zip", - "hash": "c9c68b56b06a4695ae12e7863b1935211a9a9c6bdadb96fdbe8bc4859128d958" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.9/ollama-windows-arm64.zip", + "hash": "700ef85fd28f576ddfc22f23e795147159b33f12d4ee0608248de6dce9beb8ae" } }, "bin": "ollama.exe",