Update sigit to 1.0.2
github-actions[bot] committed
Apr 29, 2026 at 22:00 UTC
de49f044c5474f7b21e1068f6d7dde9cb249d7c3
1 file changed
+5
-5
Formula/sigit.rb
+5
-5
index aaa905d..9e95f1e 100644
--- a/Formula/sigit.rb
+++ b/Formula/sigit.rb
@@ -4,17 +4,17 @@
class Sigit < Formula
desc 'AI coding agent powered by local LLM via Onde Inference'
homepage 'https://github.com/getsigit/sigit'
- version '1.0.1'
+ version '1.0.2'
license 'Apache-2.0'
on_macos do
on_arm do
- url 'https://github.com/getsigit/sigit/releases/download/v1.0.1/sigit-macos-arm64.tar.gz'
- sha256 '001fafe71b0eeb8c9e6d2f1d15c90f664598f879e88205a831189f82ca9e7087'
+ url 'https://github.com/getsigit/sigit/releases/download/v1.0.2/sigit-macos-arm64.tar.gz'
+ sha256 'd6cef9cf172ee91ff58282710cfb092723ac60502527b4752c3481037945181c'
end
on_intel do
- url 'https://github.com/getsigit/sigit/releases/download/v1.0.1/sigit-macos-amd64.tar.gz'
- sha256 '73414bebe2809b73793bba9dd8a14c2a6dabfcab9bd27cf247b58a9bf7bc953e'
+ url 'https://github.com/getsigit/sigit/releases/download/v1.0.2/sigit-macos-amd64.tar.gz'
+ sha256 '24038a63c3827588f4ba5925784cd379f4228b89d06e625a5aa14bf34989d495'
end
end