From addb2da7627e091e7b247ff0d6d7415e53377d99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 08:30:28 +0000 Subject: [PATCH] ollama: Update to version 0.10.1 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 2d5a96ba04..92b4ee639c 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1", "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.10.0/ollama-windows-amd64.zip", - "hash": "3e6134aeec608509f39227449b6283509cbb5d5a831b9e7f57e8392fb12804f5" + "url": "https://github.com/ollama/ollama/releases/download/v0.10.1/ollama-windows-amd64.zip", + "hash": "7ca428f7a395a7e6f055ae5aaae1f9605a8fab98636e2972ecd9cb29bd605d3f" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.10.0/ollama-windows-arm64.zip", - "hash": "f142cd14f3ca6bc9b67515730212010cd3202663d3381112f15755b0dd711ff8" + "url": "https://github.com/ollama/ollama/releases/download/v0.10.1/ollama-windows-arm64.zip", + "hash": "d565407d22d480a5569ae77cc26ef33f8880f8c308a989b4f009aeb8f5bf3673" } }, "bin": "ollama.exe",