Skip to content

opencode 1.4.14 formula points to missing darwin-arm64 asset (404) #10

@astarte75

Description

@astarte75

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:

  1. Re-publish v1.4.14 with the expected binary assets, or
  2. Update the tap formula to a version/tag that has matching assets for all declared platforms, or
  3. Temporarily pin/rollback formula to the last version with available binaries.

Happy to provide additional logs if helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions