Update of /cvsroot/wxlua/website
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4956
Modified Files:
download.php
Log Message:
updated for 2.8.7.0 release
Index: download.php
===================================================================
RCS file: /cvsroot/wxlua/website/download.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** download.php 24 Aug 2007 06:37:48 -0000 1.28
--- download.php 3 Feb 2008 22:38:52 -0000 1.29
***************
*** 10,28 ****
// IMPORTANT: update these info when a new release is available!
// =============================================================
! $latestversion="2.8.4.2";
! $apsize="9.6"; // 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-2.8.4.2-MSW-bin.zip?use_mirror=osdn";
! $dlllink="http://downloads.sourceforge.net/wxlua/wxLua-2.8.4.2-MSW-dll.zip?use_mirror=osdn";
!
! //$linuxlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-1.x86.package?download";
! $linuxlink="http://downloads.sourceforge.net/wxlua/wxlua-2.8.0.0-1.x86.package?use_mirror=internap";
!
! // $maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-tiger.dmg?download";
! $maclink="http://downloads.sourceforge.net/wxlua/wxlua-2.8.4.1-tiger.dmg?use_mirror=osdn";
!
! $gzlink="http://downloads.sourceforge.net/wxlua/wxLua-2.8.4.1.tar.gz?use_mirror=osdn";
?>
--- 10,24 ----
// IMPORTANT: update these info when a new release is available!
// =============================================================
! $latestversion="2.8.7.0";
! $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";
?>
***************
*** 82,86 ****
<h2 id="win">...for Windows</h2>
<a href="<?php echo $winlink; ?>"><img src="images/win.png" alt="Windows download"/></a>
! <p><a href="<?php echo $winlink; ?>">Binary package</a> : self-contained; you won't need anything else.</p>
<p>You may also want to download a <a href="<?php echo $dlllink; ?>">package</a> containing the
DLLs required for using wxWidgets bindings as a <a href="http://lua-users.org/wiki/BuildingModules">Lua module</a>.</p>
--- 78,82 ----
<h2 id="win">...for Windows</h2>
<a href="<?php echo $winlink; ?>"><img src="images/win.png" alt="Windows download"/></a>
! <p><a href="<?php echo $winlink; ?>">Binary package</a> ~ <?php echo $winsize; ?> MB: self-contained; you won't need anything else.</p>
<p>You may also want to download a <a href="<?php echo $dlllink; ?>">package</a> containing the
DLLs required for using wxWidgets bindings as a <a href="http://lua-users.org/wiki/BuildingModules">Lua module</a>.</p>
|