--- parser3/Attic/buildall-with-xml 2007/08/27 09:46:25 1.17 +++ parser3/Attic/buildall-with-xml 2007/09/14 14:40:59 1.18 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-with-xml,v 1.17 2007/08/27 09:46:25 misha Exp $ +# $Id: buildall-with-xml,v 1.18 2007/09/14 14:40:59 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -42,7 +42,7 @@ fi if test ! -f "$project_directory/gnome/lib/libxml2.a"; then cd $project_directory/src - libxml2="libxml2-2.6.29" + libxml2="libxml2-2.6.30" if test ! -f "$libxml2.tar.gz"; then echo "Downloading libxml [2 lib of 3]..." wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz @@ -85,7 +85,7 @@ fi if test ! -f "$project_directory/gnome/lib/libxslt.a"; then cd $project_directory/src - libxslt="libxslt-1.1.21" + libxslt="libxslt-1.1.22" if test ! -f "$libxslt.tar.gz"; then echo "Downloading libxslt [3 lib of 3]..." wget -c --passive-ftp ftp://xmlsoft.org/libxslt/$libxslt.tar.gz