From d4f359bba7be7288f767f55975f29a3208e031b7 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 22 Sep 2024 15:02:47 -0600 Subject: [PATCH] Update Ollama to v0.3.11 --- com.jeffser.Alpaca.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.jeffser.Alpaca.json b/com.jeffser.Alpaca.json index 07f9810..671f8c1 100644 --- a/com.jeffser.Alpaca.json +++ b/com.jeffser.Alpaca.json @@ -134,16 +134,16 @@ "sources": [ { "type": "archive", - "url": "https://github.com/ollama/ollama/releases/download/v0.3.9/ollama-linux-amd64.tgz", - "sha256": "b0062fbccd46134818d9d59cfa3867ad6849163653cb1171bc852c5f379b0851", + "url": "https://github.com/ollama/ollama/releases/download/v0.3.11/ollama-linux-amd64.tgz", + "sha256": "aa4d26889a6a413f676a7f80116983731f06287534bb72adec37dd39d168d40a", "only-arches": [ "x86_64" ] }, { "type": "archive", - "url": "https://github.com/ollama/ollama/releases/download/v0.3.9/ollama-linux-arm64.tgz", - "sha256": "8979484bcb1448ab9b45107fbcb3b9f43c2af46f961487449b9ebf3518cd70eb", + "url": "https://github.com/ollama/ollama/releases/download/v0.3.11/ollama-linux-arm64.tgz", + "sha256": "61e3a21bec7f706b404424b80602240281d9b651ca4e00e8edee4527a533a15b", "only-arches": [ "aarch64" ]