thiagowfx's avatar

¬ just serendipity 🍀 (not just serendipity)

brew: upgrade HEAD formulas

• 47 words • 1 min • updated

Previously.

When a package is installed with --HEAD:

shell
% brew install --HEAD pancake

…brew upgrade won’t automatically fetch its latest version.

In order to do so, run:

shell
% brew upgrade --fetch-HEAD [package...]

Source1. ∎


  1. I answered it there, does that count as linking to the source? ↩︎