diff --git a/pythonbrew/define.py b/pythonbrew/define.py index 4b94bcb..9a97fc4 100644 --- a/pythonbrew/define.py +++ b/pythonbrew/define.py @@ -55,7 +55,7 @@ PYTHONBREW_STABLE_VERSION_URL = _get_or_default('pythonbrew', 'stable-version') # python download LATEST_VERSIONS_OF_PYTHON = [] PYTHON_VERSION_URL = {} -PYTHON_VERSION_URL["1.5.6"] = _get_or_default('Python-1.5.6', 'url') +PYTHON_VERSION_URL["1.5.2"] = _get_or_default('Python-1.5.2', 'url') PYTHON_VERSION_URL["1.6.1"] = _get_or_default('Python-1.6.1', 'url') for section in sorted(config.sections()): m = re.search("^Python-(.*)$", section) diff --git a/pythonbrew/etc/config.cfg b/pythonbrew/etc/config.cfg index 62d3c71..48ee4a3 100644 --- a/pythonbrew/etc/config.cfg +++ b/pythonbrew/etc/config.cfg @@ -7,7 +7,7 @@ pypi = http://pypi.python.org/packages/source/p/pythonbrew/pythonbrew-%%s.tar.gz stable-version = https://github.com/utahta/pythonbrew/raw/master/stable-version.txt config = https://github.com/utahta/pythonbrew/raw/master/pythonbrew/etc/config.cfg -[Python-1.5.6] +[Python-1.5.2] url = http://www.python.org/ftp/python/src/py152.tgz latest = True