From 64f51f58b6a6b649ebdf194b955a5f0a7b9d38f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:30:12 +0000 Subject: [PATCH] ollama: Update to version 0.5.10 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 4540c5b2b0..8180f5fa5f 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.5.9", + "version": "0.5.10", "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.9/ollama-windows-amd64.zip", - "hash": "9f2c7688468a99f289642c07aba526f9fa4a88779e507e2ef90c31f8d584190e" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.10/ollama-windows-amd64.zip", + "hash": "124510eed88283fe7877badef42d7724b174cecb257bdfce5b6b343ed9abb654" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.9/ollama-windows-arm64.zip", - "hash": "573cefc7d570173b587b67f08a722b43abf1052407ec20d316c0caa4ba4a4f56" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.10/ollama-windows-arm64.zip", + "hash": "93d5f50d357be3ea276df5cf16d44febacb526e693dceb97111e45d02b709b6c" } }, "bin": "ollama.exe",