diff options
| author | Adam Vandenberg | 2012-03-16 07:15:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-16 07:15:34 -0700 |
| commit | f3408c9c77d51af9e730488b38749375196700de (patch) | |
| tree | 9c084003e516c7c84606ae88afa2289680e674d5 /Library/Formula/python3.rb | |
| parent | cac5421ae07909e900a1f7d8c496be4bd1e41b47 (diff) | |
| download | homebrew-f3408c9c77d51af9e730488b38749375196700de.tar.bz2 | |
Python 3: use distribute 0.6.25.
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 9021371f1..25c77b133 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.24.tar.gz' - md5 '17722b22141aba8235787f79800cc452' + url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.25.tar.gz' + md5 'a690874b9964d958a3200485eb827b1d' end class Python3 < Formula |
