Skip to content

Instantly share code, notes, and snippets.

@jmalonzo
Last active March 12, 2017 20:56
Show Gist options
  • Save jmalonzo/7272624 to your computer and use it in GitHub Desktop.
Save jmalonzo/7272624 to your computer and use it in GitHub Desktop.
Download phantomjs brew package

How to downgrade homebrew packages (e.g. phantomjs 1.9.2 -> 1.9.1)

$ brew uninstall phantomjs
$ brew versions phantomjs
$ git checkout 2196213 /usr/local/Library/Formula/phantomjs.rb
$ brew install phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment