This repository contains the formula for installing zelph on macOS via Homebrew.
brew tap acrion/zelph
brew install zelphSteps to release a new version (e.g., 0.9.5):
- Wait for the main GitHub Release to be built.
- Get the SHA256 checksum of the new
zelph-macos.zip.: - Edit
zelph.rbin this repository:- Update
urlto point to the new version. - Update
sha256with the checksum from step 2.
- Update
- Commit and push:
git commit -am "Update to v0.9.5" git push