diff options
Diffstat (limited to 'Library/Formula')
| -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' |
