Created
July 2, 2012 18:21
-
-
Save leesmith/3034719 to your computer and use it in GitHub Desktop.
Homebrew: install specific version of formula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /usr/local | |
brew versions postgresql | |
git checkout -b postgresql-8.4.4 [some hash] | |
brew install postgresql | |
git checkout master | |
git branch -d postgresql-8.4.4 | |
http://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment