Formula updates happen automatically when a new tag is pushed to bordumb/auths.
The auto-update workflow fetches checksums, updates Formula/auths.rb, and opens a PR.
No action needed.
If you need to cut a formula update by hand:
just release 0.0.1-rc.9That fetches checksums from the GitHub release, audits the formula, and pushes to main.
To test locally before committing:
just test.github/workflows/auto-update-workflow.yml:
- Receives a
repository_dispatch: new-releaseevent frombordumb/auths - Fetches checksums from the release (attestation JSON or
.sha256fallback) - Updates
Formula/auths.rbwith the new version and checksums - Audits and tests the formula
- Opens a PR for review
justinstalled (brew install just)- Push access to this repo