From f4dbef37ac45a7bb8f6a5fc85d2aecbf367685ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:27:55 +0000 Subject: [PATCH] ollama: Update to version 0.4.4 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index d43d7fc59e..11c5241536 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.4.3", + "version": "0.4.4", "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.3/ollama-windows-amd64.zip", - "hash": "15edb03436219e4006c168e140413fc2d3926727c32edda44742c795f377ce87" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.4/ollama-windows-amd64.zip", + "hash": "3683ff2ca201b4bf3236f05e8672671a1001f76e347a7b65cfa4bee73bb3f8a1" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.4.3/ollama-windows-arm64.zip", - "hash": "0513adb4ae106e492f0dfe5b8e1080cbc56397938f6c294f8feaf16b2dc5eb1b" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.4/ollama-windows-arm64.zip", + "hash": "66fef8801d76322147e3109523955e884c6e8a339f54d049f0c84525f20ec1c1" } }, "bin": "ollama.exe",