Skip to content

fix: drop leading v from formula version - #4

Merged
rjamul-elnora-ai merged 1 commit into
mainfrom
fix/formula-version-leading-v
Jul 16, 2026
Merged

fix: drop leading v from formula version#4
rjamul-elnora-ai merged 1 commit into
mainfrom
fix/formula-version-leading-v

Conversation

@rjamul-elnora-ai

Copy link
Copy Markdown
Member

Un-breaks brew install elnora-ai/cli/elnora and fixes the failing 'Validate formula' CI.

version "v2.5.1" made the download URLs (.../download/v#{version}/...) resolve to a double-v vv2.5.1 tag → 404, and brew audit --strict failed on the leading v. The pinned SHA256s already match the real v2.5.1 assets, so setting the version to 2.5.1 corrects both the URL and the audit — no checksum change needed.

Root cause fixed in Elnora-AI/elnora-cli#211 (release.yml version extraction), so future auto-bumps are correct; this restores the current release immediately.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WUhYjxo3aEXF4RZE1oRmtL

version "v2.5.1" made the download URLs `.../download/v#{version}/...` resolve
to a double-v `vv2.5.1` tag (404), and failed `brew audit --strict`. The pinned
checksums already match the v2.5.1 release assets, so correcting the version to
2.5.1 fixes both the URL and the audit. Root cause is fixed in elnora-cli's
release.yml so future bumps are correct.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WUhYjxo3aEXF4RZE1oRmtL
@rjamul-elnora-ai
rjamul-elnora-ai merged commit 7a39611 into main Jul 16, 2026
2 checks passed
@rjamul-elnora-ai
rjamul-elnora-ai deleted the fix/formula-version-leading-v branch July 16, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant