From 4e74a6a82e30b786a820dc18fbcd1f5f63c88e5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:35:25 +0000 Subject: [PATCH] ollama: Update to version 0.17.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 7f0ec54f52..14562f9301 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.16.3", + "version": "0.17.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.16.3/ollama-windows-amd64.zip", - "hash": "2c8a8a324334f0b9abcf38e00d1f3373c9a45b22a62a58018ec66ad6b8428272" + "url": "https://github.com/ollama/ollama/releases/download/v0.17.0/ollama-windows-amd64.zip", + "hash": "cd17faeda399324db3aee1be49b5143b00681e74c3023aeb7306223f7203be0d" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.16.3/ollama-windows-arm64.zip", - "hash": "34bd0c8dd9f2b8185bdf4e921b5e8c373de3e52ae44a40c6e9f481f3d366883b" + "url": "https://github.com/ollama/ollama/releases/download/v0.17.0/ollama-windows-arm64.zip", + "hash": "36d6e25570aa265eb52b431768f1b5dc4e35f1d4152d34be86441b630d0cf2fb" } }, "bin": "ollama.exe",