Update formula for Loki release 0.3.0
This commit is contained in:
+7
-7
@@ -4,16 +4,16 @@ class Loki < Formula
|
||||
desc "All-in-one, batteries included LLM CLI tool"
|
||||
homepage "https://github.com/Dark-Alex-17/loki"
|
||||
if OS.mac? and Hardware::CPU.arm?
|
||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.2.0/loki-aarch64-apple-darwin.tar.gz"
|
||||
sha256 "e332a199a916bb3503e8c307a0cadb3fa7f42afcc7b1296febe6bac6413acd9d"
|
||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.3.0/loki-aarch64-apple-darwin.tar.gz"
|
||||
sha256 "3b96000c18eeaa456e525de0db675f36ae124f02130ca2450f891d62100b3ce1"
|
||||
elsif OS.mac? and Hardware::CPU.intel?
|
||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.2.0/loki-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "43b5fdb26c3b353283b5e11184c89ef3d1bb0c9828fe621ccac1d92d76903aaf"
|
||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.3.0/loki-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "093f523068e05cc34d051e1bad85e2d0863cef583beb455cb32d31e61056ad40"
|
||||
else
|
||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.2.0/loki-x86_64-unknown-linux-musl.tar.gz"
|
||||
sha256 "a5d3e442fa5918caca3d86414fdafa4a852977c673a6868206a4f1d254d8fc36"
|
||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.3.0/loki-x86_64-unknown-linux-musl.tar.gz"
|
||||
sha256 "51374a308d0b587ec2f4f1649c4e74ea4ea40bd5157bdbe339312091a6f4be97"
|
||||
end
|
||||
version "0.2.0"
|
||||
version "0.3.0"
|
||||
license "MIT"
|
||||
|
||||
def install
|
||||
|
||||
Reference in New Issue
Block a user