From 3f677835a897ebbff53580636a2ec71c09f21e2d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 2 Jun 2014 08:25:07 -0700 Subject: python: setuptools 4.0.1 --- Library/Formula/python.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 81320a87c..be5246984 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,6 +5,7 @@ class Python < Formula head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7" url "http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz" sha1 "1db01d7f325d8ceaf986976800106018b82ae45a" + revision 1 bottle do sha1 "4a9f0e366ec4fd69aa36cd7fa156a26b16ebfaf2" => :mavericks @@ -30,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-4.0.tar.gz" - sha1 "ff9212d50573ea9983d81d53bd11e834cf863b25" + url "https://pypi.python.org/packages/source/s/setuptools/setuptools-4.0.1.tar.gz" + sha1 "a43549f4a01f314bf54567628f8de7d1c03d5930" end resource "pip" do -- cgit v1.2.3