diff options
author | tarek <none@none> | 2009-08-05 22:29:10 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-08-05 22:29:10 +0200 |
commit | 964879b212bc195898e489f4869e12f29e6ca4dd (patch) | |
tree | f6f7646d7161b4206ff85138f34602175b7686af | |
parent | 3c1bc89e96e5c98da1d355704446080e868bc87d (diff) | |
download | external_python_setuptools-964879b212bc195898e489f4869e12f29e6ca4dd.tar.gz external_python_setuptools-964879b212bc195898e489f4869e12f29e6ca4dd.tar.bz2 external_python_setuptools-964879b212bc195898e489f4869e12f29e6ca4dd.zip |
updated md5 hashes for testing purposes
--HG--
branch : distribute
extra : rebase_source : 6aaadb1b651f442797e6cd38a894be843ed2e4db
-rw-r--r-- | bootstrapping.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrapping.py b/bootstrapping.py index 27b49c78..3fe7b97c 100644 --- a/bootstrapping.py +++ b/bootstrapping.py @@ -35,10 +35,10 @@ DEFAULT_VERSION = "0.6" DEFAULT_URL = "http://nightly.ziade.org/" md5_data = { - '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', + 'distribute-0.6-py2.3.egg': 'a321a3d3359f76214e1ba84fe5967a55', + 'distribute-0.6-py2.4.egg': '52fe9eb6e7ef9409801b366a138547cc', + 'distribute-0.6-py2.5.egg': '96b681ffaeac522d8e4705fe6100ba50', + 'distribute-0.6-py2.6.egg': '21ba7266dfd32135408d3331df40f0f7', } def _validate_md5(egg_name, data): |