Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View pelargir's full-sized avatar

Matthew Bass pelargir

  • Adeptware, Inc.
  • Raleigh, NC
View GitHub Profile
@gcatlin
gcatlin / gist:1847248
Created February 16, 2012 19:43
Install specific version of Homebrew formula
brew update
brew versions FORMULA
cd `brew --prefix`
git checkout HASH Library/Formula/FORMULA.rb # use output of "brew versions"
brew install FORMULA
brew switch FORMULA VERSION
git checkout -- Library/Formula/FORMULA.rb # reset formula
## Example: Using Subversion 1.6.17
#