From c22e207732c97811ef3cc64e0dc29468d1321d76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 04:30:21 +0000 Subject: [PATCH] ollama: Update to version 0.4.2 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 114a37152a..ce47cad612 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.4.1", + "version": "0.4.2", "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.4.1/ollama-windows-amd64.zip", - "hash": "0d72cca4cfc9cc69d7ad682a29e59297f70774d0b568dd127f9f299421a2ebb9" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.2/ollama-windows-amd64.zip", + "hash": "047d20edf8b2bf07cccc52eff8076c2735cadd233a80f19ad03a3676d31b714d" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.4.1/ollama-windows-arm64.zip", - "hash": "f754ee71f20bb9daeb48cf310bda850c031150f120429b1065ddac1b9d618503" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.2/ollama-windows-arm64.zip", + "hash": "be7d4b57f40be4dfbda06cf944d5e26f8fb6042d8d8651cbb90b3add4a551f6b" } }, "bin": "ollama.exe",