aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Leidel2013-07-24 00:06:33 +0200
committerAdam Vandenberg2013-07-26 10:29:14 -0700
commit82dcbe2eeb76dd21324c63b97fd4497c86d28c9a (patch)
tree72a618271e97beceee5b68610c55221c368ae27e
parentb744b43dae3d77a365dc009d80df80a14ae86f59 (diff)
downloadhomebrew-82dcbe2eeb76dd21324c63b97fd4497c86d28c9a.tar.bz2
pip 1.4
Closes #21411. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/python.rb4
-rw-r--r--Library/Formula/python3.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index d449c5fc9..b4c135352 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -6,8 +6,8 @@ class Setuptools < Formula
end
class Pip < Formula
- url 'https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz'
- sha1 '9c70d314e5dea6f41415af814056b0f63c3ffd14'
+ url 'https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz'
+ sha1 '3149dc77c66b77d02497205fca5df56ae9d3e753'
end
class Python < Formula
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 4126a7bef..883ff1042 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -11,8 +11,8 @@ class Setuptools < Formula
end
class Pip < Formula
- url 'https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz'
- sha1 '9c70d314e5dea6f41415af814056b0f63c3ffd14'
+ url 'https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz'
+ sha1 '3149dc77c66b77d02497205fca5df56ae9d3e753'
end
class Python3 < Formula