Bug
The Homebrew formula for opencode v1.4.12 is broken — the release asset download URL returns a 404.
Steps to reproduce
brew upgrade anomalyco/tap/opencode
Error output
✘ Formula opencode (1.4.12)
Error: Failed to download resource "opencode (1.4.12)"
Download failed: https://github.com/anomalyco/opencode/releases/download/v1.4.12/opencode-darwin-arm64.zip
curl: (56) The requested URL returned error: 404
==> Upgrading anomalyco/tap/opencode
1.4.3 -> 1.4.12
==> Downloading https://github.com/anomalyco/opencode/releases/download/v1.4.12/opencode-darwin-arm64.zip
curl: (56) The requested URL returned error: 404
Error: An exception occurred within a child process:
DownloadError: Failed to download resource "opencode (1.4.12)"
Download failed: https://github.com/anomalyco/opencode/releases/download/v1.4.12/opencode-darwin-arm64.zip
curl: (56) The requested URL returned error: 404
Expected behavior
The opencode-darwin-arm64.zip asset should be present in the v1.4.12 GitHub release so the brew formula can download and install it.
Environment
- macOS (Apple Silicon / darwin-arm64)
- Homebrew
Bug
The Homebrew formula for
opencodev1.4.12 is broken — the release asset download URL returns a 404.Steps to reproduce
Error output
Expected behavior
The
opencode-darwin-arm64.zipasset should be present in the v1.4.12 GitHub release so the brew formula can download and install it.Environment