Skip to content

Commit bb396c1

Browse files
rijul-mckclaude
andauthored
fix(formula): set real sha256 for v1.0.0 tarball (#30)
Replaces the REPLACE_WITH_RELEASE_SHA256 placeholder with the sha256 of the published v1.0.0 source tarball, so the Homebrew formula installs cleanly. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8cd32aa commit bb396c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/coco.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Coco < Formula
1515
desc "Open-source AI workflow framework — skills, agents, commands, multi-agent orchestration"
1616
homepage "https://github.com/rkz91/coco"
1717
url "https://github.com/rkz91/coco/archive/refs/tags/v1.0.0.tar.gz"
18-
sha256 "REPLACE_WITH_RELEASE_SHA256"
18+
sha256 "8b34573808129125d123bced8fdf770c2be58c33718e0acf4b444a5989a8187e"
1919
license "MIT"
2020
version "1.0.0"
2121

0 commit comments

Comments
 (0)