Skip to content

Instantly share code, notes, and snippets.

@indiejoseph
Forked from leesmith/brew.txt
Created July 3, 2012 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indiejoseph/3037633 to your computer and use it in GitHub Desktop.
Save indiejoseph/3037633 to your computer and use it in GitHub Desktop.
Homebrew: install specific version of formula
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