From 6db44fbd20987b69472f3701ad69d433f5a1eaf2 Mon Sep 17 00:00:00 2001 From: papaeye Date: Thu, 26 Jul 2012 15:33:03 +0900 Subject: distribute 0.6.28 Signed-off-by: Adam Vandenberg --- Library/Formula/pypy.rb | 4 ++-- Library/Formula/python.rb | 4 ++-- Library/Formula/python3.rb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 8cdb0c2bf..28471a420 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -1,8 +1,8 @@ require 'formula' class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz' - md5 'ecd75ea629fee6d59d26f88c39b2d291' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz' + md5 'b400b532e33f78551e6847c1f5965e56' end class Pypy < Formula diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 3f46e23b2..74aef7a72 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -25,8 +25,8 @@ end class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz' - md5 'ecd75ea629fee6d59d26f88c39b2d291' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz' + md5 'b400b532e33f78551e6847c1f5965e56' end class Pip < Formula diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index a521a014d..40e5d803b 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -12,8 +12,8 @@ def as_framework? end class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz' - md5 'ecd75ea629fee6d59d26f88c39b2d291' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz' + md5 'b400b532e33f78551e6847c1f5965e56' end class Python3 < Formula -- cgit v1.2.3