Updated python to 2.6.7.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42308 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2011-06-25 02:08:27 +00:00
parent c0227dce5c
commit 1dcae018bc

View File

@ -1393,13 +1393,13 @@ if [ IsOptionalHaikuImagePackageAdded Python ] {
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
python-2.6.6-r1a3-x86-gcc4-2011-05-23.zip
: $(baseURL)/python-2.6.6-r1a3-x86-gcc4-2011-05-23.zip
python-2.6.7-x86-gcc4-2011-06-24.zip
: $(baseURL)/python-2.6.7-x86-gcc4-2011-06-24.zip
: : true ;
} else {
InstallOptionalHaikuImagePackage
python-2.6.6-r1a3-x86-gcc2-2011-05-19.zip
: $(baseURL)/python-2.6.6-r1a3-x86-gcc2-2011-05-19.zip
python-2.6.7-x86-gcc2-2011-06-24.zip
: $(baseURL)/python-2.6.7-x86-gcc2-2011-06-24.zip
: : true ;
}
}