From 647360a1e24a2b46f5d41d58f9b060e2cdaf3524 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 20:29:24 +0000 Subject: [PATCH] ollama: Update to version 0.7.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 69dd6a77b2..d26a14b06a 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.6.8", + "version": "0.7.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.6.8/ollama-windows-amd64.zip", - "hash": "e1b6b1ac4a1050323db95664b976b6fe51a9f59ec990c004718cd38e7fcb16eb" + "url": "https://github.com/ollama/ollama/releases/download/v0.7.0/ollama-windows-amd64.zip", + "hash": "0bf80e8250aab0979e103d5a1faa64f8c19effa50492ef65c2e86a8373b43e45" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.6.8/ollama-windows-arm64.zip", - "hash": "0315c8491503af3eaede11e9cd731eb4e227214a04edf5b02fe122b85f778877" + "url": "https://github.com/ollama/ollama/releases/download/v0.7.0/ollama-windows-arm64.zip", + "hash": "7f68a41d361f618d50d6bfa4919585e6e7c5652cb9ec6ee130bc6dab7e82c8d7" } }, "bin": "ollama.exe",