From 900e761064512cf42e93c246ba5f3c60f7e39cd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:30:21 +0000 Subject: [PATCH] ollama: Update to version 0.12.10 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index ceda281b89..25a7b1a765 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.12.9", + "version": "0.12.10", "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.9/ollama-windows-amd64.zip", - "hash": "089fb46562a9f8d4064581ac11ab73bccc3906674a807c754f78b2f20ff3e5c8" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.10/ollama-windows-amd64.zip", + "hash": "1bb8ac2da1f65ee7224bfc5b605a3a9cf8557c2652781b22ff6d0f6ddb61c181" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.12.9/ollama-windows-arm64.zip", - "hash": "700ef85fd28f576ddfc22f23e795147159b33f12d4ee0608248de6dce9beb8ae" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.10/ollama-windows-arm64.zip", + "hash": "cfc2daab9cfeb94a264a98e2c5a1c40e43000bc8ddc6e06cf99f299a98314943" } }, "bin": "ollama.exe",