From 1ecace06d8d0ed6676de428cd1757701f2db9a48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 20:29:25 +0000 Subject: [PATCH] ollama: Update to version 0.9.5 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 5ee62fd161..a457818fd3 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.9.3", + "version": "0.9.5", "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.3/ollama-windows-amd64.zip", - "hash": "9bd9363908f4e12c420f79e7f08ba36e3833754a3e0ac64c06b688bf7affde15" + "url": "https://github.com/ollama/ollama/releases/download/v0.9.5/ollama-windows-amd64.zip", + "hash": "6cb95640496b099b352b7d277963974922371989a8bf7f1e0a5ce774f769ceb5" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.9.3/ollama-windows-arm64.zip", - "hash": "9c8b7021dbb3c067249a84ebaa7c34d79666d9fe89b69013e74fd17d0dfd685e" + "url": "https://github.com/ollama/ollama/releases/download/v0.9.5/ollama-windows-arm64.zip", + "hash": "09f5371340dfd2fb8a80f8086c2205341b949caf353d7fcc88195892c24921dd" } }, "bin": "ollama.exe",