Skip to content

Instantly share code, notes, and snippets.

@IvanTorresEdge
Created January 7, 2012 07:54
Show Gist options
  • Save IvanTorresEdge/1574140 to your computer and use it in GitHub Desktop.
Save IvanTorresEdge/1574140 to your computer and use it in GitHub Desktop.
Install Specific Formula Version with Homebrew
# Update Homebrew so that /usr/local is converted to a git repository:
brew update
# Find for the specific revision that you need:
git log -S '0.9.9' Library/Formula/sphinx.rb
# Checkout the formula for that specific revision:
git checkout f4a925da5aee87cf7e2509116a495779a1af64b8 Library/Formula/sphinx.rb
# Install the desired version:
brew install sphinx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment