games/freeciv: Updated for version 2.2.0.

This commit is contained in:
Iskar Enev 2010-03-03 14:18:22 -06:00 committed by Erik Hanson
parent 062666e2da
commit 5700be7791
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Modified by SlackBuilds.org
PRGNAM=freeciv
VERSION=2.1.10
VERSION=2.2.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +51,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--without-ggz-client \
--enable-client=yes \
--enable-client=gtk \
--build=$ARCH-slackware-linux
make

View file

@ -1,8 +1,8 @@
PRGNAM="freeciv"
VERSION="2.1.10"
VERSION="2.2.0"
HOMEPAGE="http://www.freeciv.org"
DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.1.10.tar.bz2"
MD5SUM="a2aa9b247d7f1581eff9e66786f4f747"
DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.0.tar.bz2"
MD5SUM="49c08904d2402fe46248641a8bbd9ef3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Iskar Enev"