From 278c11df1f24e49895208815ca123ac2dca877e9 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 28 Nov 2006 08:47:31 +0000 Subject: [PATCH] Version number updates for mingw and libxml2 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15155 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/custom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/win32/custom.sh b/packaging/win32/custom.sh index def380599d..ef98dea787 100644 --- a/packaging/win32/custom.sh +++ b/packaging/win32/custom.sh @@ -46,7 +46,7 @@ GNOME_MIRROR="ftp.gnome.org/pub/gnome" DTK_URL="$SF_MIRROR/mingw/msysDTK-1.0.1.exe" -MINGW_URL="$SF_MIRROR/mingw/MinGW-5.0.3.exe" +MINGW_URL="$SF_MIRROR/mingw/MinGW-5.1.0.exe" MINGW_DIR=$GLOBAL_DIR\\mingw UNZIP_URL="$SF_MIRROR/gnuwin32/unzip-5.51-1.exe" @@ -81,7 +81,7 @@ OPENSSL_DIR=$GLOBAL_DIR\\openssl PEXPORTS_URL="http://www.emmestech.com/software/cygwin/pexports-0.43/pexports-0.43.zip" PEXPORTS_DIR=$GLOBAL_DIR\\pexports -LIBXML2_URL="http://www.zlatkovic.com/pub/libxml/libxml2-2.6.26.win32.zip" +LIBXML2_URL="http://www.zlatkovic.com/pub/libxml/libxml2-2.6.27.win32.zip" LIBXML2_DIR=$GLOBAL_DIR\\gnome #avoid XML_FLAGS EXPAT_URL="ftp://ftp.jclark.com/pub/xml/expat.zip"