brew: upgrade HEAD formulas
• 47 words • 1 min • updated
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...]-
I answered it there, does that count as linking to the source? ↩︎