1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

update distribute version (0.6.38 -> 0.6.40)

This commit is contained in:
Yamashita Yuu
2013-05-15 19:47:44 +09:00
parent 318a41d723
commit cc9b7aa7dd
35 changed files with 35 additions and 35 deletions

View File

@@ -27,6 +27,6 @@ if [ -z "$PYPY_URL" ]; then
exit 1
else
install_package "pypy-2.0" "$PYPY_URL" pypy
install_package "distribute-0.6.38" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz#a0bc8fdb8b7b36234dcb1ff3d1fc702d" python
install_package "distribute-0.6.40" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz#7a2dd4033999af22fe9591fa84f3e599" python
install_package "pip-1.3.1" "http://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python
fi