From 58d917f98e44080ff0d49703cfb1a68de6c12891 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:33:58 +0000 Subject: [PATCH] ollama: Update to version 0.4.1 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 17374a0295..114a37152a 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.4.1", "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.4.0/ollama-windows-amd64.zip", - "hash": "6af3c9088445ccd2fd943a9ee4cd2920bb0b6c7eb06a4f6d7390b0b1db0cefae" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.1/ollama-windows-amd64.zip", + "hash": "0d72cca4cfc9cc69d7ad682a29e59297f70774d0b568dd127f9f299421a2ebb9" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.4.0/ollama-windows-arm64.zip", - "hash": "9375a1f4e02c6ade73cf44ed81eecd7f6e3ade30aee59dff4b7e2b22c8c22c83" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.1/ollama-windows-arm64.zip", + "hash": "f754ee71f20bb9daeb48cf310bda850c031150f120429b1065ddac1b9d618503" } }, "bin": "ollama.exe",