Fork the repo:
git clone [email protected]:boltopslabs/homebrew-boltops.git
Make your change. Verify that your change can be installed by Homebrew:
brew install <GitHub URL of the raw formula>
Push to your fork and submit a pull request.
Download the formula target (usually a .tar.gz
file) and verify the checksum:
shasum -a 256 <file.tar.gz>
Compare the returned hash with the sha256
field in the formula.
Install the formula locally:
brew install <GitHub URL of the raw formula>