From cfea772b31999492b5f06fd2a3335c3b2350e741 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 00:39:10 +0000 Subject: [PATCH] ollama: Update to version 0.6.6 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 1c98b51c45..b43762f517 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.6.5", + "version": "0.6.6", "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.6.5/ollama-windows-amd64.zip", - "hash": "57a80952a58990cb5d8542ef2f61886d64bfe3bfb2086ae2f413317bd2509515" + "url": "https://github.com/ollama/ollama/releases/download/v0.6.6/ollama-windows-amd64.zip", + "hash": "818dac3812650df2297dba6a5f3cccfcdecaff61bb6e2ebe85cff2010f712681" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.6.5/ollama-windows-arm64.zip", - "hash": "586a5e52917ccf31551a12c73599db654f05dfe21a437c48e21546531316daf1" + "url": "https://github.com/ollama/ollama/releases/download/v0.6.6/ollama-windows-arm64.zip", + "hash": "c9255ab68de51232184e2af65de683f6cd02b8f1efd92519b649446762279029" } }, "bin": "ollama.exe",