File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
class OllamaElastic < Formula
2
2
desc ""
3
3
homepage ""
4
- version "fcd811b "
4
+ version "a4c8519 "
5
5
6
6
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 "
9
9
def install
10
10
bin . install "ollama-darwin" => "ollama-elastic"
11
11
end
@@ -14,8 +14,8 @@ def install
14
14
on_linux do
15
15
on_intel do
16
16
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 "
19
19
20
20
def install
21
21
bin . install "bin/ollama" => "ollama-elastic"
@@ -24,8 +24,8 @@ def install
24
24
end
25
25
on_arm do
26
26
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 "
29
29
30
30
def install
31
31
bin . install "bin/ollama" => "ollama-elastic"
You can’t perform that action at this time.
0 commit comments