From 99a7778277bcdb29b45b50a44467c85e9ecf5849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:29:54 +0000 Subject: [PATCH] ollama: Update to version 0.5.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index cdf55739f0..e998c433ba 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.4.7", + "version": "0.5.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.4.7/ollama-windows-amd64.zip", - "hash": "4cab003e82be1eec2698851588f0f736c4ad84e12684392f893afc7710fddb49" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.0/ollama-windows-amd64.zip", + "hash": "3a9f1e869f2ea7bf3e97ac02919a1459016f23cf8d25586bf840e14d03ba9830" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.4.7/ollama-windows-arm64.zip", - "hash": "a3d7e52b04c4e33790152d281f8572c554adcbfc816974b875b3967839074594" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.0/ollama-windows-arm64.zip", + "hash": "587055c3d5829e41b7ce7091de5ea0bed62092b06198d4c71744ac6d229a51e1" } }, "bin": "ollama.exe",