aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-08-21 22:00:46 +0200
committerSamuel John2013-08-21 22:01:24 +0200
commitbb34943660ca3526f945147fe437a6fd181be6ad (patch)
tree767e9f84eaaaf9e5c5affad268984f9256b73d17 /Library
parentfeb1e4c360aa6be4ba5ced7589cb81d8de8aeeed (diff)
downloadhomebrew-bb34943660ca3526f945147fe437a6fd181be6ad.tar.bz2
pypy: now with setuptools 1.0
Diffstat (limited to 'Library')
-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