Some formulae are "HEAD only". They are in a separate repository but can easily be added using brew tap homebrew/headonly. This solves an issue where Formula#stable returns nil for these formulae.
Also replaces the deprecated Formula.factory method with Formula[].
Some formulae are "HEAD only". They are in a separate repository but can easily be added using
brew tap homebrew/headonly
. This solves an issue whereFormula#stable
returnsnil
for these formulae.Also replaces the deprecated
Formula.factory
method withFormula[]
.