From 9014d7894dc67cd957e165461ec8e3cd0d79fc5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:27:57 +0000 Subject: [PATCH] ollama: Update to version 0.12.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index cd78ca9212..773a25940c 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.11.11", + "version": "0.12.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.11.11/ollama-windows-amd64.zip", - "hash": "b309cc68d1263837f062195c97c7137f54de2816ae14a756b0c8ca1f7cacf907" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.0/ollama-windows-amd64.zip", + "hash": "f659905353456bb62c21f67a5a4efe670c381ea073435c5422d5f21da2e31108" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.11.11/ollama-windows-arm64.zip", - "hash": "e048155344db408f2904156db4cc802aa560ddb5c626e759077433ea8ec145cb" + "url": "https://github.com/ollama/ollama/releases/download/v0.12.0/ollama-windows-arm64.zip", + "hash": "38a0109828d377b569e7f4390709b4ea359fd7bbd5c20e71fc460b899e065e4d" } }, "bin": "ollama.exe",