How do I install a specific version of a formula in homebrew? For example, postgresql-8.4.4 instead of the latest 9.0.
I decided, against my better judgment, to create a formula for Maven 3.1.1, which homebrew/versions
did not have. To do this:
homebrew/versions
on github.$(brew --prefix)/Library/Taps
to the local working copy of my fork. I'll call this my-homebrew/versions
.my-homebrew/versions/
.homebrew/versions
for my new formula.Yay.