From 4b3dd85e8b02960bc9dafb9e27c7f22e9408da3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:30:17 +0000 Subject: [PATCH] ollama: Update to version 0.13.2 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index a85442e377..408a53c738 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.13.1", + "version": "0.13.2", "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.13.1/ollama-windows-amd64.zip", - "hash": "75655cd7fb54f7bf4322fac36d4b2c553e5edf178e0f360efcef4ef9326290e3" + "url": "https://github.com/ollama/ollama/releases/download/v0.13.2/ollama-windows-amd64.zip", + "hash": "3729fe8fd85466b9f58cd70f73e1b0d36893e02422ecdec8b1356b1c61daaedd" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.13.1/ollama-windows-arm64.zip", - "hash": "9aa70f8bac36bcaf49f486780b8b279e73f8e9b662953ba49aa89eac99d03e85" + "url": "https://github.com/ollama/ollama/releases/download/v0.13.2/ollama-windows-arm64.zip", + "hash": "002e9f278162388a3af7966eae98c384213aace261db5059838f641ec92a2691" } }, "bin": "ollama.exe",