diff --git a/Formula/clematis.rb b/Formula/clematis.rb index 275db12..792c6d7 100644 --- a/Formula/clematis.rb +++ b/Formula/clematis.rb @@ -6,10 +6,10 @@ class Clematis < Formula desc "Deterministic, offline-by-default multi-agent concept-graph engine" homepage "https://github.com/vecipher/Clematis3" # These three are substituted below after heredoc with env vars. - url "https://github.com/vecipher/Clematis3/releases/download/v0.9.0a2/clematis-0.9.0a2.tar.gz" - sha256 "4cb4ca47e94d58e1a3b355d67ef8be54744452a8ee34cbaf6161d044bd20cd4c" + url "https://github.com/vecipher/Clematis3/releases/download/v0.10.3/clematis-0.10.3.tar.gz" + sha256 "33bb8cb3faf29c1589f005e8a34be9ce0ff88258995538cf35f1503557e8c8ec" license "MIT" - version "0.10.0" + version "0.10.3" depends_on "python@3.13" diff --git a/_release/clematis-0.10.3.tar.gz b/_release/clematis-0.10.3.tar.gz new file mode 100644 index 0000000..84997ac Binary files /dev/null and b/_release/clematis-0.10.3.tar.gz differ