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

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 2 Mar 2011 11:50:04 +0100 (CET)

Author: mmadia
Date: 2011-03-02 11:50:04 +0100 (Wed, 02 Mar 2011)
New Revision: 40775
Changeset: http://dev.haiku-os.org/changeset/40775

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated KeymapSwitcher's locally downloaded packages name, to match the url.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-03-02 09:54:30 UTC (rev 
40774)
+++ haiku/trunk/build/jam/OptionalPackages      2011-03-02 10:50:04 UTC (rev 
40775)
@@ -955,7 +955,7 @@
                Echo "No optional package KeymapSwitcher available for 
$(TARGET_ARCH)" ;
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
                InstallOptionalHaikuImagePackage
-                       KeymapSwitcher-1.2.5-r1a2-x86-gcc4-2010-05-08.zip
+                       KeymapSwitcher-1.2.6-x86-gcc4-2011-03-01.zip
                        : 
$(baseURL)/KeymapSwitcher-1.2.6-x86-gcc4-2011-03-01.zip
                        :
                ;
@@ -963,7 +963,7 @@
                        : /boot/common/bin/KeymapSwitcher ;
        } else {
                InstallOptionalHaikuImagePackage
-                       KeymapSwitcher-1.2.5-r1a2-x86-gcc2-2010-05-08.zip
+                       KeymapSwitcher-1.2.6-x86-gcc2-2011-03-01.zip
                        : 
$(baseURL)/KeymapSwitcher-1.2.6-x86-gcc2-2011-03-01.zip
                        :
                ;


Other related posts:

  • » [haiku-commits] r40775 - haiku/trunk/build/jam - mattmadia