diff options
| author | Adam Vandenberg | 2012-06-03 18:38:56 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-06-03 18:38:56 -0700 | 
| commit | e7d4151b5dac07e54eb4e1963a5f7e285753bc9e (patch) | |
| tree | 6e582e398c8902a09f415997f917c3541671ee7b | |
| parent | 56c29f26ebc9045aec76e8f7875a7df4e6f0f4fe (diff) | |
| download | homebrew-e7d4151b5dac07e54eb4e1963a5f7e285753bc9e.tar.bz2 | |
brew-pip 0.1.2
| -rw-r--r-- | Library/Formula/brew-pip.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/brew-pip.rb b/Library/Formula/brew-pip.rb index 9f91703e8..1b11604fe 100644 --- a/Library/Formula/brew-pip.rb +++ b/Library/Formula/brew-pip.rb @@ -1,9 +1,9 @@  require 'formula'  class BrewPip < Formula -  url 'https://github.com/josh/brew-pip/tarball/v0.1.1'    homepage 'https://github.com/josh/brew-pip' -  md5 '2c4b16e9129ab436a3db9cc3ce32b187' +  url 'https://github.com/josh/brew-pip/tarball/v0.1.2' +  md5 'de88d7e2c08dc85d9f71ae5a2f3fdece'    def install      bin.install 'bin/brew-pip'  | 
