Issue with Brew version CICD #200

Closed
opened 2026-02-16 17:25:45 -05:00 by yindo · 4 comments
Owner

Originally created by @0ximjosh on GitHub (Jun 20, 2025).

Not sure where the bug is, but it seems the CI is publishing the version number + 1 to brew. Current release version as of writing this issue is 0.1.111, but brew is trying and failing to find 0.1.112

Image
Originally created by @0ximjosh on GitHub (Jun 20, 2025). Not sure where the bug is, but it seems the CI is publishing the version number + 1 to brew. Current release version as of writing this issue is 0.1.111, but brew is trying and failing to find 0.1.112 <img width="736" alt="Image" src="https://github.com/user-attachments/assets/a4e4a864-7907-453c-a335-2105bf7070dc" />
yindo closed this issue 2026-02-16 17:25:45 -05:00
Author
Owner

@hrstoyanov commented on GitHub (Jun 20, 2025):

Same here, cannot upgrade with brew:

~  % brew install sst/tap/opencode
opencode 0.0.53 is already installed but outdated (so it will be upgraded).
==> Fetching sst/tap/opencode
==> Downloading https://github.com/sst/opencode/releases/download/v0.1.112/opencode-darwin-arm64.zi
curl: (56) The requested URL returned error: 404

Error: opencode: Failed to download resource "opencode"
Download failed: https://github.com/sst/opencode/releases/download/v0.1.112/opencode-darwin-arm64.zip
@hrstoyanov commented on GitHub (Jun 20, 2025): Same here, cannot upgrade with brew: ``` ~ % brew install sst/tap/opencode opencode 0.0.53 is already installed but outdated (so it will be upgraded). ==> Fetching sst/tap/opencode ==> Downloading https://github.com/sst/opencode/releases/download/v0.1.112/opencode-darwin-arm64.zi curl: (56) The requested URL returned error: 404 Error: opencode: Failed to download resource "opencode" Download failed: https://github.com/sst/opencode/releases/download/v0.1.112/opencode-darwin-arm64.zip ```
Author
Owner

@johnsaigle commented on GitHub (Jun 20, 2025):

brew upgrade worked fine for me for moving to version 0.1.113:

...
==> Upgrading 1 outdated package:
sst/tap/opencode 0.1.109 -> 0.1.113
==> Fetching sst/tap/opencode
==> Downloading https://github.com/sst/opencode/releases/download/v0.1.113/opencode-darwin-arm64.zip
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/975734319/baa8e714-1de9-46cb-a267-a923806fb7d6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250620%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20
######################################################################################################################################################################################################################################################### 100.0%
==> Upgrading sst/tap/opencode
  0.1.109 -> 0.1.113
🍺  /opt/homebrew/Cellar/opencode/0.1.113: 4 files, 74.0MB, built in 1 second
==> Running `brew cleanup opencode`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /opt/homebrew/Cellar/opencode/0.1.109... (4 files, 74.0MB)
...
@johnsaigle commented on GitHub (Jun 20, 2025): `brew upgrade` worked fine for me for moving to version `0.1.113`: ```sh ... ==> Upgrading 1 outdated package: sst/tap/opencode 0.1.109 -> 0.1.113 ==> Fetching sst/tap/opencode ==> Downloading https://github.com/sst/opencode/releases/download/v0.1.113/opencode-darwin-arm64.zip ==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/975734319/baa8e714-1de9-46cb-a267-a923806fb7d6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250620%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20 ######################################################################################################################################################################################################################################################### 100.0% ==> Upgrading sst/tap/opencode 0.1.109 -> 0.1.113 🍺 /opt/homebrew/Cellar/opencode/0.1.113: 4 files, 74.0MB, built in 1 second ==> Running `brew cleanup opencode`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). Removing: /opt/homebrew/Cellar/opencode/0.1.109... (4 files, 74.0MB) ... ```
Author
Owner

@0ximjosh commented on GitHub (Jun 20, 2025):

114 is already out, that one is working fine for me now.

@0ximjosh commented on GitHub (Jun 20, 2025): 114 is already out, that one is working fine for me now.
Author
Owner

@thdxr commented on GitHub (Jun 20, 2025):

yeah we had to unpublish 112 because it had a bug

@thdxr commented on GitHub (Jun 20, 2025): yeah we had to unpublish 112 because it had a bug
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#200