diff options
| author | Mike Tigas | 2010-12-06 16:17:33 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-07 07:57:29 -0800 |
| commit | 174e3eb0210a97488027c8d641cf28c8ccfe5345 (patch) | |
| tree | aacd06fccf35b325cfd757692b8a0836cea90e31 /Library | |
| parent | 0baf2246140103f7feded7d2ba8ed5889c738849 (diff) | |
| download | homebrew-174e3eb0210a97488027c8d641cf28c8ccfe5345.tar.bz2 | |
Update pip to 0.8.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pip.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pip.rb b/Library/Formula/pip.rb index 30315b001..4c947cf8a 100644 --- a/Library/Formula/pip.rb +++ b/Library/Formula/pip.rb @@ -1,9 +1,9 @@ require 'formula' class Pip <Formula - url 'http://pypi.python.org/packages/source/p/pip/pip-0.8.1.tar.gz' + url 'http://pypi.python.org/packages/source/p/pip/pip-0.8.2.tar.gz' homepage 'http://pip.openplans.org/' - md5 '5d40614774781b118dd3f10c0d038cbc' + md5 'df1eca0abe7643d92b5222240bed15f6' depends_on 'distribute' |
