Skip to content

Commit b51b3fe

Browse files
authored
Update homebrew formula (#5)
1 parent 809ec99 commit b51b3fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/ollama-elastic.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ class OllamaElastic < Formula
44
version "dbeaea4"
55

66
on_macos do
7-
url "https://github.com/elastic/ollama/releases/download/dbeaea4/ollama-darwin"
8-
sha256 "df241ff0b7f0f4ed3be36e2f9322848bd6b2a4dec205a84e0b104272a6393ffe"
7+
url "https://github.com/elastic/ollama/releases/download/fcd811b/ollama-darwin"
8+
sha256 "c399ca92c0225f32f0482ff4c111013136090b17d4b770bfc7a4c913d4a79cdc"
99
def install
1010
bin.install "ollama-darwin" => "ollama-elastic"
1111
end
@@ -14,8 +14,8 @@ def install
1414
on_linux do
1515
on_intel do
1616
if Hardware::CPU.is_64_bit?
17-
url "https://github.com/elastic/ollama/releases/download/dbeaea4/ollama-linux-amd64.tgz"
18-
sha256 "fa8429dccf0f484aab143e934cc3fa2ffb2d07519c62b380d3554d12ed5af6ec"
17+
url "https://github.com/elastic/ollama/releases/download/fcd811b/ollama-linux-amd64.tgz"
18+
sha256 "29e42fefa2328537c4fbcc5f0a0b52e872a803527364d07c61b1b2e21456cec9"
1919

2020
def install
2121
bin.install "bin/ollama" => "ollama-elastic"
@@ -24,8 +24,8 @@ def install
2424
end
2525
on_arm do
2626
if Hardware::CPU.is_64_bit?
27-
url "https://github.com/elastic/ollama/releases/download/dbeaea4/ollama-linux-arm64.tgz"
28-
sha256 "fc49eeeba27db672b1d56d91ccbe4f6ef853bc49162275d98f173e78ef1b1c48"
27+
url "https://github.com/elastic/ollama/releases/download/fcd811b/ollama-linux-arm64.tgz"
28+
sha256 "31c49bd76da9776b0fc7399a02f7451b95258c9f2dd9d6928776ccec887d5aa0"
2929

3030
def install
3131
bin.install "bin/ollama" => "ollama-elastic"

0 commit comments

Comments
 (0)