Skip to content

Commit a30c25c

Browse files
committed
Update Homebrew formula for v0.8.93
1 parent 08e002d commit a30c25c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/csghub-lite.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
class CsghubLite < Formula
22
desc "Lightweight tool for running LLMs locally with CSGHub platform"
33
homepage "https://github.com/opencsgs/csghub-lite"
4-
version "0.8.92"
4+
version "0.8.93"
55
license "Apache-2.0"
66

77
on_macos do
88
on_arm do
99
url "https://github.com/OpenCSGs/csghub-lite/releases/download/v#{version}/csghub-lite_#{version}_darwin-arm64.tar.gz"
10-
sha256 "df994ae0d5da77e4aea47c71bf3e71aef5d3e63c19cf7faba86f50b131159704"
10+
sha256 "1f5fac10f375db094dfda24bc1e28fb74cfe270735bd2ba0f0cfe2de0253c904"
1111
end
1212

1313
on_intel do
1414
url "https://github.com/OpenCSGs/csghub-lite/releases/download/v#{version}/csghub-lite_#{version}_darwin-amd64.tar.gz"
15-
sha256 "bba817f1a81cd0d904a5e3f26899c807ff93ab6e88e80aaeac2e99646c2350d5"
15+
sha256 "8dfe4a3b4c54f4c9d17da038416f856a0ea2daa84d6b3ed081112e7b9cdad779"
1616
end
1717
end
1818

1919
on_linux do
2020
on_arm do
2121
url "https://github.com/OpenCSGs/csghub-lite/releases/download/v#{version}/csghub-lite_#{version}_linux-arm64.tar.gz"
22-
sha256 "2c08f8e6623d7114ec7bb37cec388b3028d00a53a42e4274454f4c524bcb88c6"
22+
sha256 "175feebbc2bafdae71d4b044191179fb228fc1e113008d77a01f777f66489076"
2323
end
2424

2525
on_intel do
2626
url "https://github.com/OpenCSGs/csghub-lite/releases/download/v#{version}/csghub-lite_#{version}_linux-amd64.tar.gz"
27-
sha256 "1ecad127e1218cd60908543705263195672418a194a6321cdad595d9c8b032f1"
27+
sha256 "a393e4e04e1646bb9fb0120b0d3f205510227d7fec2b3a5dc85e9116e3613293"
2828
end
2929
end
3030

0 commit comments

Comments
 (0)