From f54d0980f2e0bebcbaefa777a477bbe9d3819deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Thu, 26 Oct 2006 20:45:33 +0000 Subject: [PATCH] Update slib url to stick with old version 3a3. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15058 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/custom.sh b/packaging/win32/custom.sh index 24f0f6f72b..05b8c11139 100644 --- a/packaging/win32/custom.sh +++ b/packaging/win32/custom.sh @@ -67,7 +67,7 @@ ACTIVE_PERL_URL="http://downloads.activestate.com/ActivePerl/Windows/5.6/ActiveP ACTIVE_PERL_DIR=$GLOBAL_DIR\\active-perl GUILE_URL="http://ftp.gnu.org/pub/gnu/guile/guile-1.6.8.tar.gz" -SLIB_URL="http://swiss.csail.mit.edu/ftpdir/scm/slib3a3.zip" +SLIB_URL="http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib3a3.zip" GUILE_DIR=$GLOBAL_DIR\\guile OPENSSL_URL="http://www.slproweb.com/download/Win32OpenSSL-0_9_8d.exe"