From 01d95c730485e82396f5449d474fe3c428eb4450 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:28:31 +0000 Subject: [PATCH] ollama: Update to version 0.4.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index bed9e41dad..17374a0295 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.3.14", + "version": "0.4.0", "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.3.14/ollama-windows-amd64.zip", - "hash": "fc3ec4bb8d7c2dde13fd2f5f0c46f5ac7a3a238039ef9906c01fe548c17e1227" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.0/ollama-windows-amd64.zip", + "hash": "6af3c9088445ccd2fd943a9ee4cd2920bb0b6c7eb06a4f6d7390b0b1db0cefae" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.3.14/ollama-windows-arm64.zip", - "hash": "ac6b23cc1d7c664237e3ed551776860ce3e3c9a120e13a64b0e022039920143a" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.0/ollama-windows-arm64.zip", + "hash": "9375a1f4e02c6ade73cf44ed81eecd7f6e3ade30aee59dff4b7e2b22c8c22c83" } }, "bin": "ollama.exe",