[mapguide-commits] r7450 - branches/2.5/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Apr 6 11:01:30 PDT 2013


Author: jng
Date: 2013-04-06 11:01:30 -0700 (Sat, 06 Apr 2013)
New Revision: 7450

Modified:
   branches/2.5/Installer/scripts/mginstallcentos.sh
Log:
Update CentOS install script for 2.5 final

Modified: branches/2.5/Installer/scripts/mginstallcentos.sh
===================================================================
--- branches/2.5/Installer/scripts/mginstallcentos.sh	2013-04-05 12:57:21 UTC (rev 7449)
+++ branches/2.5/Installer/scripts/mginstallcentos.sh	2013-04-06 18:01:30 UTC (rev 7450)
@@ -1,12 +1,12 @@
 #!/bin/bash
-URL="http://download.osgeo.org/mapguide/releases/2.5.0/RC2"
-#URL="http://192.168.0.4/downloads"
+URL="http://download.osgeo.org/mapguide/releases/2.5.0/Release"
+#URL="http://192.168.0.3/downloads"
 FDOVER_MAJOR_MINOR=3.8
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
 FDOVER=${FDOVER_MAJOR_MINOR_REV}_3601
 MGVER_MAJOR_MINOR=2.5
 MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.0
-MGVER=${MGVER_MAJOR_MINOR_REV}.7432
+MGVER=${MGVER_MAJOR_MINOR_REV}.7449
 FDO_TARBALL=fdosdk-centos5-${FDOVER}.tar.gz
 MG_TARBALL=mapguideopensource-${MGVER}.tar.gz
 MG_URL=${URL}/${MG_TARBALL}



More information about the mapguide-commits mailing list