Skip to content

Commit 9dec740

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.9.1
url, sha256, version updated together so brew always points at a real installable artifact. Same pattern as the v0.8.0 → v0.9.0 bump. sha256 verified locally: curl -sL https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.9.1.tar.gz | shasum -a 256 09cc3b8c9ec159cf8b85cf672fc15a29e6bfa9377cc9c59dd270acd441ced568
1 parent d7b70b2 commit 9dec740

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

99
def install

0 commit comments

Comments
 (0)