From 111b968bdafa7a35ffe17484a1e54ae50bed066f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:31:59 +0000 Subject: [PATCH] ollama: Update to version 0.16.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index dc9cb3c7ca..aa323e693a 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.15.6", + "version": "0.16.0", "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.15.6/ollama-windows-amd64.zip", - "hash": "f19fc8fab537746f96c38cbc6ee989980ce6dbd6c2d731563c496d0b899cbabb" + "url": "https://github.com/ollama/ollama/releases/download/v0.16.0/ollama-windows-amd64.zip", + "hash": "459d3e34852217297630e0e6065083b6b2e12b86134d23c5b57e3eb8ce038478" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.15.6/ollama-windows-arm64.zip", - "hash": "35c52af3ff325266f9e5afd2f61e12942ef480b6ebab4ec8991c6ce44bed3c84" + "url": "https://github.com/ollama/ollama/releases/download/v0.16.0/ollama-windows-arm64.zip", + "hash": "3c96b93d0d225538e9fc55df2e5b13f89e4ec83795a14e617c494d37eb710713" } }, "bin": "ollama.exe",