Skip to content

Commit d23bb4d

Browse files
author
codejunkie99
committed
chore(formula): bump brew formula to v0.9.0
Updates url/sha256/version so 'brew upgrade agentic-stack' picks up the harness manager release. Tarball sha256 verified against the v0.9.0 GitHub release tag.
1 parent db4e6b0 commit d23bb4d

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.8.0.tar.gz"
5-
sha256 "7b26dbea6ff28eb3561c6a6514021713f6e6291cabbf5a362627ff0d3464d8a0"
6-
version "0.8.0"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.9.0.tar.gz"
5+
sha256 "39206a3a609e7bf5d69588d159823c48bf5a6cb2106d8bae2c9f312159ac2cc2"
6+
version "0.9.0"
77
license "Apache-2.0"
88

99
def install

0 commit comments

Comments
 (0)