From 33630a33b5d8ada31dc7b350c4e17d5ed39d0f9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 08:31:37 +0000 Subject: [PATCH] ollama: Update to version 0.9.3 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 9ff6f55549..5ee62fd161 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.9.4", + "version": "0.9.3", "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.4/ollama-windows-amd64.zip", - "hash": "a414523fb3133637b163e4f84ce95405f815d9b4c071b673c4b5832a1fac42c9" + "url": "https://github.com/ollama/ollama/releases/download/v0.9.3/ollama-windows-amd64.zip", + "hash": "9bd9363908f4e12c420f79e7f08ba36e3833754a3e0ac64c06b688bf7affde15" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.9.4/ollama-windows-arm64.zip", - "hash": "fab5d76f6d1017fbe95fe59db1b398e6db5ef1ea0bea5daa4dc46983d0bf1097" + "url": "https://github.com/ollama/ollama/releases/download/v0.9.3/ollama-windows-arm64.zip", + "hash": "9c8b7021dbb3c067249a84ebaa7c34d79666d9fe89b69013e74fd17d0dfd685e" } }, "bin": "ollama.exe",