From: John L. <jr...@us...> - 2009-06-09 21:53:02
|
Update of /cvsroot/wxlua/website In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2825/website Modified Files: download.php Log Message: update mac package Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** download.php 3 Jun 2009 03:19:39 -0000 1.33 --- download.php 9 Jun 2009 21:52:09 -0000 1.34 *************** *** 19,23 **** $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"; ?> --- 19,23 ---- $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.10.0-tiger.dmg"; $gzlink="http://downloads.sourceforge.net/wxlua/wxLua-$latestversion-src.tar.gz"; ?> *************** *** 66,71 **** <h1 class="first">Download wxLua...</h1> ! <p><strong>Sources or binaries?</strong> wxLua can be used as an <strong>external library by C++ projects</strong> ! in need of a Lua interpreter or as an <strong>application</strong> or <strong>module</strong> for programmers who want to write applications entirely in Lua.<br/><br/> --- 66,71 ---- <h1 class="first">Download wxLua...</h1> ! <p><strong>Sources or binaries?</strong> wxLua can be used as an <strong>external library by C++ projects</strong> ! in need of a Lua interpreter or as an <strong>application</strong> or <strong>module</strong> for programmers who want to write applications entirely in Lua.<br/><br/> |