aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2014-04-06 13:02:24 +0200
committerAdam Vandenberg2014-04-06 15:11:09 -0700
commit8591a10acf7c2704983c46c31985277e70c12bf4 (patch)
tree8a6c011411cb411ae3830958f1d3f6e7e0418a0e /Library
parent2f682b0e81eef84340c3c3bd99c79b757034f684 (diff)
downloadhomebrew-8591a10acf7c2704983c46c31985277e70c12bf4.tar.bz2
setuptools 3.4.1
Closes #28195. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy.rb4
-rw-r--r--Library/Formula/python.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 3fb94d907..25e12ff85 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -9,8 +9,8 @@ class Pypy < Formula
depends_on :arch => :x86_64
resource 'setuptools' do
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz'
- sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz'
+ sha1 '1a7bb4736d915ec140b4225245b585c14b39b8dd'
end
resource 'pip' do
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 0be7cde49..594ffabba 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -31,8 +31,8 @@ class Python < Formula
skip_clean 'bin/easy_install', 'bin/easy_install-2.7'
resource 'setuptools' do
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz'
- sha1 '547eff11ea46613e8a9ba5b12a89c1010ecc4e51'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz'
+ sha1 '1a7bb4736d915ec140b4225245b585c14b39b8dd'
end
resource 'pip' do