From 5df706366b5db9f27fba7b0a885082a4a9c3eb53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:29:41 +0000 Subject: [PATCH] ollama: Update to version 0.9.6 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index a457818fd3..62f9439b72 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.9.5", + "version": "0.9.6", "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.9.5/ollama-windows-amd64.zip", - "hash": "6cb95640496b099b352b7d277963974922371989a8bf7f1e0a5ce774f769ceb5" + "url": "https://github.com/ollama/ollama/releases/download/v0.9.6/ollama-windows-amd64.zip", + "hash": "dff2167a87813899a761704a4240e5edf5766df7d6a5f7d4f27b7d36c6ea2f2f" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.9.5/ollama-windows-arm64.zip", - "hash": "09f5371340dfd2fb8a80f8086c2205341b949caf353d7fcc88195892c24921dd" + "url": "https://github.com/ollama/ollama/releases/download/v0.9.6/ollama-windows-arm64.zip", + "hash": "4b0b74b4bfbfd9babe6051964715804295b95a81d378378c4b4c6bc9ddd9ae5d" } }, "bin": "ollama.exe",