Homebrew tap for the your-tools projects
Run:
brew install your-tools/homebrew-repo/<name>
Where <name>
is the name of the formula you want to install.
You can find the whole list in the Formula directory.
Run:
cd Formula/
# Don't forget the '=' sign after the '--url' option
brew bump-formula-pr --url=https://github.com/your-tools/<name>/archive/v<version>.tar.gz <name>
Then approve and merge the generated pull request.