Fix Homebrew formula and auto-update on release#8
Merged
suhailkakar merged 1 commit intoPolymarket:mainfrom Feb 24, 2026
Merged
Fix Homebrew formula and auto-update on release#8suhailkakar merged 1 commit intoPolymarket:mainfrom
suhailkakar merged 1 commit intoPolymarket:mainfrom
Conversation
6184fc0 to
54572a5
Compare
The formula pointed to non-existent v0.1.0 assets with placeholder SHA256 values, causing brew install to fail. Updated to v0.1.4 with verified checksums from the published release. Fixes Polymarket#7, fixes Polymarket#2.
54572a5 to
9a2b8d2
Compare
|
Tested this branch locally on Linux x86_64 and the Homebrew fix works ✅ What I ran:
Results:
One small follow-up I noticed (not blocking this PR):
|
Contributor
Author
|
@trystanmortimer version reporting is fixed in #11 |
suhailkakar
approved these changes
Feb 24, 2026
Member
|
ty for the pr! merged |
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.
Summary
Updates
Formula/polymarket.rbfrom the placeholder template (v0.1.0 +REPLACE_WITH_SHA256) to v0.1.4 with verified checksums sobrew install polymarketworks immediately.The release workflow auto-update added in bc7349d will keep it current going forward, but the formula needs this one-time fix to point at a real release.
Fixes #7
Fixes #2
Changes
Formula/polymarket.rbTest plan
brew tap Polymarket/polymarket-cli https://github.com/Polymarket/polymarket-cli && brew install polymarketinstalls v0.1.4 successfullyNote
Medium Risk
Auto-pushing formula changes from CI adds some repo-integrity risk if the workflow or checksum fetch fails/misbehaves, though the change is localized to release automation and packaging metadata.
Overview
Updates the Homebrew formula
Formula/polymarket.rbto point at CLIv0.1.4and replaces the placeholderREPLACE_WITH_SHA256values with real checksums for macOS (x86_64/arm64) and Linux (x86_64/arm64) tarballs.Extends the GitHub Actions release workflow to auto-update the formula on each tagged release by generating
checksums.txt, runningscripts/update-formula.shto rewrite the formula with the new version/hashes, and committing the result back tomain.Written by Cursor Bugbot for commit 9a2b8d2. This will update automatically on new commits. Configure here.