Skip to content

Commit dd578d3

Browse files
author
codejunkie99
committed
chore(formula): bump to v0.11.1
1 parent f041370 commit dd578d3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ the terminal dashboard in addition to the previous status lines.
3737
- GitHub release: <https://github.com/codejunkie99/agentic-stack/releases/tag/v0.11.1>
3838
- `Formula/agentic-stack.rb` bumped to v0.11.1 in a follow-up commit after
3939
the tag tarball existed and its sha256 could be computed.
40+
- Tarball sha256:
41+
`c0f09417c6caf34ba712d03271177ea2779af50e86a19bf76c10ba5d50bcff3e`.
4042

4143
## [0.11.0] — 2026-04-26
4244

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.10.0.tar.gz"
5-
sha256 "5d1e7de9478bdeaf684b0b2eb600e597886aeab52dda8494c7e304cceb0f1438"
6-
version "0.10.0"
4+
url "https://github.com/codejunkie99/agentic-stack/archive/refs/tags/v0.11.1.tar.gz"
5+
sha256 "c0f09417c6caf34ba712d03271177ea2779af50e86a19bf76c10ba5d50bcff3e"
6+
version "0.11.1"
77
license "Apache-2.0"
88

99
def install

0 commit comments

Comments
 (0)