fix: drop leading v from formula version - #4
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Un-breaks
brew install elnora-ai/cli/elnoraand fixes the failing 'Validate formula' CI.version "v2.5.1"made the download URLs (.../download/v#{version}/...) resolve to a double-vvv2.5.1tag → 404, andbrew audit --strictfailed on the leadingv. The pinned SHA256s already match the real v2.5.1 assets, so setting the version to2.5.1corrects 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