r20301 - gnucash/trunk/packaging/win32 - Win32 build: Fix outdated (and broken) URL of ActivePerl.

Christian Stimming cstim at code.gnucash.org
Mon Feb 14 14:34:52 EST 2011


Author: cstim
Date: 2011-02-14 14:34:52 -0500 (Mon, 14 Feb 2011)
New Revision: 20301
Trac: http://svn.gnucash.org/trac/changeset/20301

Modified:
   gnucash/trunk/packaging/win32/defaults.sh
Log:
Win32 build: Fix outdated (and broken) URL of ActivePerl.

Modified: gnucash/trunk/packaging/win32/defaults.sh
===================================================================
--- gnucash/trunk/packaging/win32/defaults.sh	2011-02-14 19:33:02 UTC (rev 20300)
+++ gnucash/trunk/packaging/win32/defaults.sh	2011-02-14 19:34:52 UTC (rev 20301)
@@ -164,7 +164,7 @@
 set_default READLINE_LIB_URL "$SF_MIRROR/gnuwin32/readline-5.0-1-lib.zip"
 set_default READLINE_DIR $GLOBAL_DIR\\readline
 
-set_default ACTIVE_PERL_URL "http://downloads.activestate.com/ActivePerl/releases/5.10.1.1007/ActivePerl-5.10.1.1007-MSWin32-x86-291969.zip"
+set_default ACTIVE_PERL_URL "http://downloads.activestate.com/ActivePerl/releases/5.10.1.1008/ActivePerl-5.10.1.1008-MSWin32-x86-294165.zip"
 set_default ACTIVE_PERL_DIR $GLOBAL_DIR\\active-perl
 
 set_default AUTOCONF_URL "http://ftp.gnu.org/gnu/autoconf/autoconf-2.63.tar.bz2"



More information about the gnucash-changes mailing list