diff options
| author | Adam Vandenberg | 2012-05-21 20:19:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-21 20:19:21 -0700 |
| commit | 93bda7d89611128adb27c81d2e59c89299e3c6c2 (patch) | |
| tree | e58b082b218984f8b0d62c0d6ae86f9b029edbeb /Library | |
| parent | 3a635cbcea126e360b52350bd28aebc8340e3558 (diff) | |
| download | homebrew-93bda7d89611128adb27c81d2e59c89299e3c6c2.tar.bz2 | |
distribute 0.6.27
subformula of Python, Python 3, PyPy
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/python.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 87bbc72f2..95106e5b3 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.26.tar.gz' - md5 '841f4262a70107f85260362f5def8206' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz' + md5 'ecd75ea629fee6d59d26f88c39b2d291' end class Pypy < Formula diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 18dde436e..3f453e134 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -9,8 +9,8 @@ def as_framework? end class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.26.tar.gz' - md5 '841f4262a70107f85260362f5def8206' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz' + md5 'ecd75ea629fee6d59d26f88c39b2d291' end class Python < Formula diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 8c1aac2e6..8764ba2b3 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.26.tar.gz' - md5 '841f4262a70107f85260362f5def8206' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz' + md5 'ecd75ea629fee6d59d26f88c39b2d291' end class Python3 < Formula |
