Skip to content

Commit

Permalink
Merge pull request #198560 from Homebrew/bump-ollama-0.4.3
Browse files Browse the repository at this point in the history
ollama 0.4.3
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents 9948259 + b224cc5 commit bec68cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/ollama.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Ollama < Formula
desc "Create, run, and share large language models (LLMs)"
homepage "https://ollama.com/"
url "https://github.com/ollama/ollama.git",
tag: "v0.4.2",
revision: "d875e99e4639dc07af90b2e3ea0d175e2e692efb"
tag: "v0.4.3",
revision: "b7bddeebc1ed267004c1f555fb48fa1d48a37303"
license "MIT"
head "https://github.com/ollama/ollama.git", branch: "main"

Expand All @@ -16,12 +16,12 @@ class Ollama < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d282109089904e97428a38c04803234fb2ff8384895cae137040bad7f53e5c6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "916f9fce8f63242f52db7da2e404bd244fe051ab1086d67253710ef0bcb1c83d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dc76bacc76f182b38dd19ca95413b74e574c67c670840e425fea1ad7498ed5e7"
sha256 cellar: :any_skip_relocation, sonoma: "acf816433214c1e34ef16a114f28d58a8ce6b802e3cb1cc5b1085e32ce53b8be"
sha256 cellar: :any_skip_relocation, ventura: "464287f4913e29b37e028b2c79d84289f034b507a459621587903dd8c2ed6c4a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e055dfce1628933b37d50ca2466c68f6c534670f61d4175d30aa857b90747be2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "31b572d9fd7f4202e915e80c37f2daf5eccf0be44629dac262b8021722f21177"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72d7050f3f253adb0d7afb5eb33e33b87f83a68c79bf6f664a82ed52e06be210"
sha256 cellar: :any_skip_relocation, arm64_ventura: "52a2174101b8ec8085232c34edfa4311e5160b40a07ff3f3db623d0e568e402c"
sha256 cellar: :any_skip_relocation, sonoma: "ad0db01f9183350b3b10e8856a81a1cf60a5b960f0e18993370cb7f8a82e0cab"
sha256 cellar: :any_skip_relocation, ventura: "da5016c89cff6c3e75aa0ec86a4a51b676245c9f8353e5a2b078bc9030adb92f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7eb8c2a61f333ad8e3ca1a14e13a62e7303adb3c2282fd2ca9d0e2d4af07079f"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit bec68cf

Please sign in to comment.