aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlex Gaynor2014-12-13 09:17:48 -0800
committerTim D. Smith2014-12-13 15:02:50 -0800
commiteec34c17a0715e74c663175ad72afe9eb3f67ceb (patch)
tree117daddaf79c4450d6a8cc53b449f1738b92649f /Library/Formula
parentd4901242d31dbc48af83de06b01c32d50aa216e0 (diff)
downloadhomebrew-eec34c17a0715e74c663175ad72afe9eb3f67ceb.tar.bz2
pypy: setuptools 8.0
Signed-off-by: Tim D. Smith <git@tim-smith.us>
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 ee548f77a..1a043e333 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -19,8 +19,8 @@ class Pypy < Formula
depends_on "openssl"
resource "setuptools" do
- url "https://pypi.python.org/packages/source/s/setuptools/setuptools-6.0.2.tar.gz"
- sha1 "a29a81b7913151697cb15b069844af75d441408f"
+ url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.0.tar.gz"
+ sha1 "735a65e0df5781b43a542ffc7fe1ffb42fede843"
end
resource "pip" do