From 9dedcdca521bad89caa200989ad483b7cd645a2a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 16 Jul 2011 09:11:42 -0700 Subject: Python 2.7.2: Use newer distribute --- Library/Formula/python.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 6ebf169df..2adb808ef 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,8 +5,8 @@ require 'formula' # $ brew install python3 class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.15.tar.gz' - md5 'ea52e1412e7ff560c290266ed400e216' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz' + md5 '45a17940eefee849d4cb8cc06d28d96f' end -- cgit v1.2.3