From a301b40cbffc4c78566a3a6020e558a76a0feffb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:27:27 +0000 Subject: [PATCH] ollama: Update to version 0.5.6 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index cf4d14eee0..a0d9ca1c17 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.5.5", + "version": "0.5.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.5.5/ollama-windows-amd64.zip", - "hash": "d7236f13a040da945a3eeb9c2b42de90d056ce44692dda6f3b24c2f5c7e37880" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.6/ollama-windows-amd64.zip", + "hash": "134cd6a1d5168a60d263ed0ffe3d3c70251fa41de4cd1b6b1e73c3c3f53c2287" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.5/ollama-windows-arm64.zip", - "hash": "3c2a62449a4819d7b648832b5ccf513b46543bec07330d4f1d083e9c1e92f104" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.6/ollama-windows-arm64.zip", + "hash": "fce04f7d2a2489b76a41def7dab664cf7670315b1ddeccd2227e77715c48c1d4" } }, "bin": "ollama.exe",