From 5380970dfbb9e711178344800a386943090f45cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:39:09 +0000 Subject: [PATCH] ollama: Update to version 0.11.7 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 0569f9fb7d..70c284c88a 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.11.6", + "version": "0.11.7", "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.6/ollama-windows-amd64.zip", - "hash": "34c9d26f43a4263aaf909e1ea54c75a168dc30cec98a48931188807e4e8a72fc" + "url": "https://github.com/ollama/ollama/releases/download/v0.11.7/ollama-windows-amd64.zip", + "hash": "8ecbd8b2e5e3fa7cc7527a23dd1fc24abc91d670d072361522d81f7c25102ec7" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.11.6/ollama-windows-arm64.zip", - "hash": "a149691481fc19010adbabb1d1df34c467e05b70334a7bba87965c88ef5befe8" + "url": "https://github.com/ollama/ollama/releases/download/v0.11.7/ollama-windows-arm64.zip", + "hash": "dab07986d7f5a0e60f6897c87ed34403be96dda0c40d40b49272b6cc161624f1" } }, "bin": "ollama.exe",