games/glestae: Updated for version 0.3.1.

This commit is contained in:
Larry Hajali 2010-10-04 22:22:18 -05:00 committed by Robby Workman
parent 465e728b9e
commit b17b1f8053
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ Glest Advanced Engine is a community driven project which extends and
improves on Glest. It aims to provide features and tools that help people
develop higher quality 3D real-time strategy games for all major platforms.
This requires lua, OpenAL and physfs.
Glest Advanced Engine requires lua, OpenAL and physfs.
Optionally glestae can use wxGTK/wxPython and cppunit. wxGTK/wxPython will
build the optional gae_mapeditor, gae_g3dviewer, and glest_configurator.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glestae
VERSION=0.3
VERSION=0.3.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="glestae"
VERSION="0.3"
VERSION="0.3.1"
HOMEPAGE="http://sourceforge.net/apps/trac/glestae/"
DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.tar.bz2"
MD5SUM="3ec2002b9745d9e8f415c1d084705ff0"
DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.1.tar.bz2"
MD5SUM="dab6c10767e4ad40a9db87411be8edd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"
APPROVED="Erik Hanson"