Update of /cvsroot/wxlua/website
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv903/website
Modified Files:
download.php
Log Message:
Update Mac download link
Index: download.php
===================================================================
RCS file: /cvsroot/wxlua/website/download.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** download.php 3 Feb 2008 22:38:52 -0000 1.29
--- download.php 20 Feb 2008 05:18:58 -0000 1.30
***************
*** 14,23 ****
$winsize="9"; // size of the wxlua-xxx.bin.zip file (in MB)
$apsize="11"; // size of the wxlua-xxx.package file (in MB)
! $bundlesize="16.9"; // size of the wxlua-xxx.dmg file (in MB)
$winlink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-MSW-bin.zip";
$dlllink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-MSW-dll.zip";
$linuxlink="http://downloads.sourceforge.net/wxlua/wxlua-$latestversion-1.x86.package";
! $maclink="http://downloads.sourceforge.net/wxlua/wxlua-2.8.4.1-tiger.dmg";
$gzlink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-src.tar.gz";
?>
--- 14,23 ----
$winsize="9"; // size of the wxlua-xxx.bin.zip file (in MB)
$apsize="11"; // size of the wxlua-xxx.package file (in MB)
! $bundlesize="20"; // size of the wxlua-xxx.dmg file (in MB)
$winlink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-MSW-bin.zip";
$dlllink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-MSW-dll.zip";
$linuxlink="http://downloads.sourceforge.net/wxlua/wxlua-$latestversion-1.x86.package";
! $maclink="http://downloads.sourceforge.net/wxlua/wxlua-2.8.7.0-tiger.dmg";
$gzlink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-src.tar.gz";
?>
|