Skip to content

Commit f0521ad

Browse files
author
codejunkie99
committed
fix: bump formula to v0.4.0 with correct SHA-256
1 parent 6f4d78b commit f0521ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/agentic-stack.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class AgenticStack < Formula
22
desc "One brain, many harnesses — portable .agent/ folder for AI coding agents"
33
homepage "https://github.com/codejunkie99/agentic-stack"
4-
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.3.0.tar.gz"
5-
sha256 "02e31cdc861669089da6b290c24afcc64765f60a2a59f450c074c0f20e7a6b0a"
6-
version "0.3.0"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.4.0.tar.gz"
5+
sha256 "21be8618f31c74e5b0277b008138e4d981e8b94714c8190df5a8eb003e7141e2"
6+
version "0.4.0"
77
license "MIT"
88

99
def install

0 commit comments

Comments
 (0)