From 280581de1e89a95492dc3ab5dbbbc64cd2a18556 Mon Sep 17 00:00:00 2001 From: Mike Goodspeed Date: Wed, 15 May 2013 14:53:03 -0500 Subject: Distribute 0.6.40 Closes #19847. Signed-off-by: Jack Nagel --- Library/Formula/python3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index eb8a62995..bbacdb8f0 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -6,8 +6,8 @@ require 'formula' # `brew install python`. class Distribute < Formula - url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz' - sha1 'dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541' + url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz' + sha1 '46654be10177014bbb502a4c516627173de67d15' end class Pip < Formula -- cgit v1.2.3