[haiku-commits] r42308 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 25 Jun 2011 04:08:27 +0200 (CEST)

Author: scottmc
Date: 2011-06-25 04:08:27 +0200 (Sat, 25 Jun 2011)
New Revision: 42308
Changeset: https://dev.haiku-os.org/changeset/42308

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated python to 2.6.7.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-06-24 23:32:25 UTC (rev 
42307)
+++ haiku/trunk/build/jam/OptionalPackages      2011-06-25 02:08:27 UTC (rev 
42308)
@@ -1393,13 +1393,13 @@
        } 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 ;
                }
        }


Other related posts:

  • » [haiku-commits] r42308 - haiku/trunk/build/jam - scott mc