Skip to content

Commit b451147

Browse files
authored
Merge pull request #249960 from Homebrew/bump-ollama-0.12.6
ollama 0.12.6
2 parents a870a2c + 797eaa6 commit b451147

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/ollama.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Ollama < Formula
22
desc "Create, run, and share large language models (LLMs)"
33
homepage "https://ollama.com/"
44
url "https://github.com/ollama/ollama.git",
5-
tag: "v0.12.5",
6-
revision: "3d32249c749c6f77c1dc8a7cb55ae74fc2f4c08b"
5+
tag: "v0.12.6",
6+
revision: "1813ff85a027d7d4d76761a2bf12c2198dfaa0cf"
77
license "MIT"
88
head "https://github.com/ollama/ollama.git", branch: "main"
99

@@ -16,12 +16,12 @@ class Ollama < Formula
1616
end
1717

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0c9a67d1e651c4515c0fb74da097f0387d347f273bb44b9c1ba15a8b86ffd5f9"
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "606c894e362e66fb19cfc9639b12a50a1bfb0746c33e2676ab898ca29a2da2e3"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b561ba8a4256f8775231945cdd8d4aa26d651bc5a90165010e85795506fdd7f"
22-
sha256 cellar: :any_skip_relocation, sonoma: "a73bf6fb57f2b3b498d68dda064f7493f9b87e0e8fc0d383c19a7b0ee58e2ec1"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "a881fcb9530fd0acec8c74d7ac64f30c336e69f841f2012d59d0b6bd16c4c555"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5cd497221b5f227f200f923851631ddfb54d8bf4eb609ed4de6121addfd85468"
19+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b8fbc6b6b01837ff168c9f41c6c8ac5d41b82e9ac73ec87e45e4e7219445f78d"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "54da1a7112a20398ad3d2c321bfd67b25a75db21c60820af16b53347a8920577"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7045ddbe120ccb449874d7aa237d627da1deec6b9d858f11d63c0b9e00d3afc"
22+
sha256 cellar: :any_skip_relocation, sonoma: "e51e4395639a1b859f49be4999110d6dde5b965d996a497dd3819924c393d7ce"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "8fd20bf2cb9101d909077aa9f66e2050e66f03f89882fdc45f5483331e45769f"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce00902d7e5b7c3b6c43f0de469c40e7fbb0a6edb0b0ec051f40abe2778e95ad"
2525
end
2626

2727
depends_on "cmake" => :build

0 commit comments

Comments
 (0)