Compare commits
4 Commits
cab2b834aa
...
75ac2573c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 75ac2573c0 | |||
| 5f2058cf24 | |||
| 2ae50f2dbe | |||
| ad4a0320c8 |
+7
-7
@@ -4,16 +4,16 @@ class Loki < Formula
|
|||||||
desc "All-in-one, batteries included LLM CLI tool"
|
desc "All-in-one, batteries included LLM CLI tool"
|
||||||
homepage "https://github.com/Dark-Alex-17/loki"
|
homepage "https://github.com/Dark-Alex-17/loki"
|
||||||
if OS.mac? and Hardware::CPU.arm?
|
if OS.mac? and Hardware::CPU.arm?
|
||||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.1.0/loki-macos-arm64.tar.gz"
|
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.1.3/loki-aarch64-apple-darwin.tar.gz"
|
||||||
sha256 "000810bd48016eac9a000e8ddeaa58fba8932cdfb6b211e63b8678e35338cce1"
|
sha256 "a61eecd70d6a3f2fa53bd7263591fb0b477e29e46a801606f2e240e998e0f466"
|
||||||
elsif OS.mac? and Hardware::CPU.intel?
|
elsif OS.mac? and Hardware::CPU.intel?
|
||||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.1.0/loki-macos.tar.gz"
|
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.1.3/loki-x86_64-apple-darwin.tar.gz"
|
||||||
sha256 "5611a2a8caaff313e20f9e51eaf39d6e48a6f3ed57f9b08cb78e32cea4a8e615"
|
sha256 "11e5c754ab4a216348d3183c1105b8e0da6246fb6e2ac4b8fbc0d780f21a3fd0"
|
||||||
else
|
else
|
||||||
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.1.0/loki-linux-musl.tar.gz"
|
url "https://github.com/Dark-Alex-17/loki/releases/download/v0.1.3/loki-x86_64-unknown-linux-musl.tar.gz"
|
||||||
sha256 "a20e618a8b25bc4bd8b749f446c09001f8c28a00e072703a0bb6b469cdae1f43"
|
sha256 "fe926c523084b7f07ecd0f1a4d532a6ff55799a57467d9c33e00eebd28ce7870"
|
||||||
end
|
end
|
||||||
version "0.1.0"
|
version "0.1.3"
|
||||||
license "MIT"
|
license "MIT"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|||||||
Reference in New Issue
Block a user