From df2ecdd0237a66769215c047356b9ed164bfc763 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:41:22 +0000 Subject: [PATCH] ollama: Update to version 0.13.1 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 3a69ee0774..a85442e377 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.13.0", + "version": "0.13.1", "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.0/ollama-windows-amd64.zip", - "hash": "0fc913fc3763b8d2a490f2be90a51d474491ee22ea5a43ff31f1c58301a89656" + "url": "https://github.com/ollama/ollama/releases/download/v0.13.1/ollama-windows-amd64.zip", + "hash": "75655cd7fb54f7bf4322fac36d4b2c553e5edf178e0f360efcef4ef9326290e3" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.13.0/ollama-windows-arm64.zip", - "hash": "84c395e4187bd560cfc7c26b0142d970bcbdf0e0214b007bc527b7954430ea21" + "url": "https://github.com/ollama/ollama/releases/download/v0.13.1/ollama-windows-arm64.zip", + "hash": "9aa70f8bac36bcaf49f486780b8b279e73f8e9b662953ba49aa89eac99d03e85" } }, "bin": "ollama.exe",