From a77f8e8abf2e638a11feb9eba362d39300a2d4e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:27:47 +0000 Subject: [PATCH] ollama: Update to version 0.3.13 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index b9dc749772..72f9ef007f 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.3.12", + "version": "0.3.13", "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.3.12/ollama-windows-amd64.zip", - "hash": "0798a0630edaa8cb2b667a54f5566bdbd49be47820f75a9209ad0145f8f6a74e" + "url": "https://github.com/ollama/ollama/releases/download/v0.3.13/ollama-windows-amd64.zip", + "hash": "2ddde0db7c7b63854538aabc1b3b1185a9f697a9d11a1134c10c70742d0f823d" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.3.12/ollama-windows-arm64.zip", - "hash": "07e3e27b819fe22f63888b6f2add38edf24e576e21eaeb45c09c6f7c60aa7d62" + "url": "https://github.com/ollama/ollama/releases/download/v0.3.13/ollama-windows-arm64.zip", + "hash": "ce9ded5dc63597477043ebc11f6f6e2ad33873a013cbee0d3936d4cb85421f96" } }, "bin": "ollama.exe",