From 53dc880d4b42c9b49c2f856a269b6f230271ab87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:28:51 +0000 Subject: [PATCH] ollama: Update to version 0.5.5 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 101b41901d..cf4d14eee0 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.5.4", + "version": "0.5.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.5.4/ollama-windows-amd64.zip", - "hash": "1cc8de7710e1e832bc98b5c2ed44d04f82292e86d20acf37091defc83f9d6152" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.5/ollama-windows-amd64.zip", + "hash": "d7236f13a040da945a3eeb9c2b42de90d056ce44692dda6f3b24c2f5c7e37880" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.4/ollama-windows-arm64.zip", - "hash": "ec09ac147d521d7d2b43a2d217572807958f1aa240c4c4e652111d6ef714c65d" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.5/ollama-windows-arm64.zip", + "hash": "3c2a62449a4819d7b648832b5ccf513b46543bec07330d4f1d083e9c1e92f104" } }, "bin": "ollama.exe",