- Edit
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/s/sugarjar.rb
modifying the version and the sha. See previous example - Commit, make the title "sugarjar $VERSION"
Do a install from source:
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source sugarjar
Then test:
brew test sugarjar
brew audit --strict sugarjar
The real upstream has to be called origin
in Homebrew, so push to our
forked remote:
git push jaymzh <branchname>
And make the PR from the webUI.