Skip to content

Commit 3ff921e

Browse files
authored
Release a4c8519 to homebrew
1 parent 395015b commit 3ff921e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/ollama-elastic.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
class OllamaElastic < Formula
22
desc ""
33
homepage ""
4-
version "fcd811b"
4+
version "a4c8519"
55

66
on_macos do
7-
url "https://github.com/elastic/ollama/releases/download/fcd811b/ollama-darwin"
8-
sha256 "c399ca92c0225f32f0482ff4c111013136090b17d4b770bfc7a4c913d4a79cdc"
7+
url "https://github.com/elastic/ollama/releases/download/a4c8519/ollama-darwin"
8+
sha256 "8cb25dbeb20efe47b98f06010e1f65fdd144bbd1ed0feac26ef8f3ac46bb3f02"
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/fcd811b/ollama-linux-amd64.tgz"
18-
sha256 "29e42fefa2328537c4fbcc5f0a0b52e872a803527364d07c61b1b2e21456cec9"
17+
url "https://github.com/elastic/ollama/releases/download/a4c8519/ollama-linux-amd64.tgz"
18+
sha256 "598758c87d4f4d1009d555270d7b600a2135978585da0205dbf7d1e6e57010df"
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/fcd811b/ollama-linux-arm64.tgz"
28-
sha256 "31c49bd76da9776b0fc7399a02f7451b95258c9f2dd9d6928776ccec887d5aa0"
27+
url "https://github.com/elastic/ollama/releases/download/a4c8519/ollama-linux-arm64.tgz"
28+
sha256 "092f68d4f833c90915485704374e588ffa41eeba883fbc7f36b58c23e7dc2027"
2929

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

0 commit comments

Comments
 (0)