File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66class Clov < Formula
77 desc "High-performance CLI proxy to minimize LLM token consumption"
88 homepage "https://github.com/alexandephilia/clov-ai"
9- version "0.29.1 "
9+ version "0.34.2 "
1010 license "MIT"
1111
1212 on_macos do
1313 on_intel do
1414 url "https://github.com/alexandephilia/clov-ai/releases/download/v#{ version } /clov-x86_64-apple-darwin.tar.gz"
15- sha256 "PLACEHOLDER_SHA256_MAC_INTEL "
15+ sha256 "1fad5cd0a8aaec35b5552460f22439396b2156e085a75e9f9e19f5176614c497 "
1616 end
1717
1818 on_arm do
1919 url "https://github.com/alexandephilia/clov-ai/releases/download/v#{ version } /clov-aarch64-apple-darwin.tar.gz"
20- sha256 "PLACEHOLDER_SHA256_MAC_ARM "
20+ sha256 "d4fa302f592c3339e6e5dfe9799623280d93993c13251d527f228f300c1787f7 "
2121 end
2222 end
2323
2424 on_linux do
2525 on_intel do
26- url "https://github.com/alexandephilia/clov-ai/releases/download/v#{ version } /clov-x86_64-unknown-linux-gnu .tar.gz"
27- sha256 "PLACEHOLDER_SHA256_LINUX_INTEL "
26+ url "https://github.com/alexandephilia/clov-ai/releases/download/v#{ version } /clov-x86_64-unknown-linux-musl .tar.gz"
27+ sha256 "923963917d69847947f4f23cad76d6606a0b10bdd48602d4913dd15b6d43e712 "
2828 end
2929
3030 on_arm do
3131 url "https://github.com/alexandephilia/clov-ai/releases/download/v#{ version } /clov-aarch64-unknown-linux-gnu.tar.gz"
32- sha256 "PLACEHOLDER_SHA256_LINUX_ARM "
32+ sha256 "d7def04758aeacf7cca42647a286836e4336c35b857ab051e24e9aff869a4615 "
3333 end
3434 end
3535
You can’t perform that action at this time.
0 commit comments