Skip to content

Commit ab7e9d1

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

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

99
def install

0 commit comments

Comments
 (0)