Summary
brew upgrade fails for anomalyco/tap/opencode on Apple Silicon because the formula references an asset URL that does not exist in the upstream v1.4.14 release.
Reproduction
brew update && brew upgrade
Error
Error: Failed to download resource "opencode (1.4.14)"
Download failed: https://github.com/anomalyco/opencode/releases/download/v1.4.14/opencode-darwin-arm64.zip
curl: (56) The requested URL returned error: 404
Formula reference
Current formula (brew cat anomalyco/tap/opencode) for arm64 macOS points to:
https://github.com/anomalyco/opencode/releases/download/v1.4.14/opencode-darwin-arm64.zip
Upstream release assets
v1.4.14 currently appears to include only source archives in expanded assets (no opencode-darwin-arm64.zip).
For comparison, v1.4.9 includes opencode-darwin-arm64.zip, so this looks like a packaging/release regression or formula auto-bump to a tag without matching binary assets.
Suggested fix
Either:
- Re-publish
v1.4.14 with the expected binary assets, or
- Update the tap formula to a version/tag that has matching assets for all declared platforms, or
- Temporarily pin/rollback formula to the last version with available binaries.
Happy to provide additional logs if helpful.
Summary
brew upgradefails foranomalyco/tap/opencodeon Apple Silicon because the formula references an asset URL that does not exist in the upstreamv1.4.14release.Reproduction
brew update && brew upgradeError
Formula reference
Current formula (
brew cat anomalyco/tap/opencode) for arm64 macOS points to:https://github.com/anomalyco/opencode/releases/download/v1.4.14/opencode-darwin-arm64.zipUpstream release assets
v1.4.14currently appears to include only source archives in expanded assets (noopencode-darwin-arm64.zip).For comparison,
v1.4.9includesopencode-darwin-arm64.zip, so this looks like a packaging/release regression or formula auto-bump to a tag without matching binary assets.Suggested fix
Either:
v1.4.14with the expected binary assets, orHappy to provide additional logs if helpful.