From bfb956f53cb61eedd9c02c37e4d960c531d55a34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:31:43 +0000 Subject: [PATCH] ollama: Update to version 0.13.3 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 408a53c738..d6688d5311 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.13.2", + "version": "0.13.3", "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.2/ollama-windows-amd64.zip", - "hash": "3729fe8fd85466b9f58cd70f73e1b0d36893e02422ecdec8b1356b1c61daaedd" + "url": "https://github.com/ollama/ollama/releases/download/v0.13.3/ollama-windows-amd64.zip", + "hash": "4a81a0f130bad31962246b31fb053f27e9d2fc8314c0a68c43fd95cf787f17c2" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.13.2/ollama-windows-arm64.zip", - "hash": "002e9f278162388a3af7966eae98c384213aace261db5059838f641ec92a2691" + "url": "https://github.com/ollama/ollama/releases/download/v0.13.3/ollama-windows-arm64.zip", + "hash": "992ba8c0fab7c42d7f216bddcc5c7b146d5ac4feb3559f27e358bec0c4c9f8a4" } }, "bin": "ollama.exe",