From 5163db334cafd9d583ac64c5cf923b3b749dbeba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 00:40:08 +0000 Subject: [PATCH] ollama: Update to version 0.8.0 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 99df71d8ed..1aaf69020c 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.7.1", + "version": "0.8.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.7.1/ollama-windows-amd64.zip", - "hash": "30432e9aeeaf22be04dcaca0163bc8f1d5ee2e0d2d05097114f64e19a27b00e2" + "url": "https://github.com/ollama/ollama/releases/download/v0.8.0/ollama-windows-amd64.zip", + "hash": "cabea9ac279a5fc6f8c12ec4a833dca8482d7583a32de57985872f5c58b45c3e" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.7.1/ollama-windows-arm64.zip", - "hash": "f912af287963fc4a37e2355542dbf3ccaf0d630a80d72231d2f5d1284cf5ac90" + "url": "https://github.com/ollama/ollama/releases/download/v0.8.0/ollama-windows-arm64.zip", + "hash": "82fb53c61a0eabf025486734a668469a872599b8a929ed9704ffaac2a1eec0c8" } }, "bin": "ollama.exe",