aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pypy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 966851a5e..836c16864 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -1,8 +1,8 @@
require 'formula'
class Setuptools < Formula
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz'
- sha1 'a13ad9411149c52501a15c702a4f3a3c757b5ba9'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.0.tar.gz'
+ sha1 '6ff4d37b567d54763cc55ca70ff8058286b8e2c3'
end
class Pypy < Formula