brew tap elembio/tap
brew install elembiobrew tap --force elembio/tap && brew upgrade elembiobrew uninstall elembio
brew untap elembio/tapRun the update script from this repo:
./scripts/update-formula.shThe script fetches latest.json from S3, downloads each platform binary to compute SHA256 checksums, and rewrites Formula/elembio.rb. Then commit and push:
git add Formula/elembio.rb
git commit -m "Update elembio to <version>"
git push origin main