From 6f73c9db6ae6d2b581abb28d898aed2d1759cb82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:29:51 +0000 Subject: [PATCH] ollama: Update to version 0.6.8 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index d746406f2f..69dd6a77b2 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.6.7", + "version": "0.6.8", "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.7/ollama-windows-amd64.zip", - "hash": "069658bd804ad08117ec9ea9db3c6d0bd8a5d36b9d1acbc36ab982e9bfc32e84" + "url": "https://github.com/ollama/ollama/releases/download/v0.6.8/ollama-windows-amd64.zip", + "hash": "e1b6b1ac4a1050323db95664b976b6fe51a9f59ec990c004718cd38e7fcb16eb" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.6.7/ollama-windows-arm64.zip", - "hash": "a5968a28afd114d065c5bdf4598dbaebcbcb3a13a192417a2932403b18ec7796" + "url": "https://github.com/ollama/ollama/releases/download/v0.6.8/ollama-windows-arm64.zip", + "hash": "0315c8491503af3eaede11e9cd731eb4e227214a04edf5b02fe122b85f778877" } }, "bin": "ollama.exe",