aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKenneth Reitz2010-09-14 16:27:48 -0400
committerAdam Vandenberg2010-09-15 09:02:54 -0700
commit20c044a9ff04e20e21d077a4748aba5f3c0a1d7d (patch)
tree0dda17fd98375767d8c3361e18b5bf46ecd8cc74 /Library
parentf9afa1ce25e41a8b43425827caeb267db4c625d3 (diff)
downloadhomebrew-20c044a9ff04e20e21d077a4748aba5f3c0a1d7d.tar.bz2
Updated pip formula to new release (v0.8.1).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pip.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pip.rb b/Library/Formula/pip.rb
index 83699fb42..bf48a2c07 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.tar.gz'
+ url 'http://pypi.python.org/packages/source/p/pip/pip-0.8.1.tar.gz'
homepage 'http://pip.openplans.org/'
- md5 '468d9adc309f33ad51cee38f0d455429'
+ md5 '5d40614774781b118dd3f10c0d038cbc'
depends_on 'distribute'