diff options
author | tarek <none@none> | 2009-07-23 14:10:00 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-07-23 14:10:00 +0200 |
commit | 1ddd4356e545a49a1345bb02d62b19478805c161 (patch) | |
tree | b125bf731f9c9e0ba88bd7f3994d09352a92d5cd /bootstrap.py | |
parent | c9fc9804d57154691d206cfeef70bce06c496862 (diff) | |
download | external_python_setuptools-1ddd4356e545a49a1345bb02d62b19478805c161.tar.gz external_python_setuptools-1ddd4356e545a49a1345bb02d62b19478805c161.tar.bz2 external_python_setuptools-1ddd4356e545a49a1345bb02d62b19478805c161.zip |
rebuilt the eggs
--HG--
branch : distribute
extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
Diffstat (limited to 'bootstrap.py')
-rw-r--r-- | bootstrap.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.py b/bootstrap.py index 40505c55..abb73c97 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -34,10 +34,10 @@ DEFAULT_VERSION = "0.6" DEFAULT_URL = "http://bitbucket.org/tarek/distribute/downloads/" md5_data = { - 'distribute-0.6-py2.3.egg': '2bf26bffe3d8c910de396d45c0f0a24f', - 'distribute-0.6-py2.4.egg': 'c01b1355a5f48344c1c78149f59f68a6', - 'distribute-0.6-py2.5.egg': '2ac319d801bce820a370647916eec84c', - 'distribute-0.6-py2.6.egg': 'fa7906f9caa2c1f0a56daf486bab1583', + 'distribute-0.6-py2.3.egg': '83789f9a3b2f32c7088065f6fd3de930', + 'distribute-0.6-py2.4.egg': '8d47e28f76d4b94de1568abed1ad585d', + 'distribute-0.6-py2.5.egg': 'f4295ea6b57b67c30fc223c5fef229d2', + 'distribute-0.6-py2.6.egg': 'c0d34cbce8cd509c33a788f4a5611466', } def _validate_md5(egg_name, data): |