From 7c67b9ff2b7b4c527afe442b50733f3f1432969b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:38:22 +0000 Subject: [PATCH] ollama: Update to version 0.11.8 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 70c284c88a..324c249b95 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.11.7", + "version": "0.11.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.11.7/ollama-windows-amd64.zip", - "hash": "8ecbd8b2e5e3fa7cc7527a23dd1fc24abc91d670d072361522d81f7c25102ec7" + "url": "https://github.com/ollama/ollama/releases/download/v0.11.8/ollama-windows-amd64.zip", + "hash": "ba05ed4b40e03d39d8a2b7d218eb584eeb197375df7443f261cd038da6141092" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.11.7/ollama-windows-arm64.zip", - "hash": "dab07986d7f5a0e60f6897c87ed34403be96dda0c40d40b49272b6cc161624f1" + "url": "https://github.com/ollama/ollama/releases/download/v0.11.8/ollama-windows-arm64.zip", + "hash": "f05cf14d764318b274458e7bc2e850961a77670bc0a050ac7e41f081f5d9e946" } }, "bin": "ollama.exe",