aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/freeciv/freeciv.SlackBuild6
-rw-r--r--games/freeciv/freeciv.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild
index 19685f7294f7..3cc504c4a248 100644
--- a/games/freeciv/freeciv.SlackBuild
+++ b/games/freeciv/freeciv.SlackBuild
@@ -30,8 +30,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=freeciv
-VERSION=${VERSION:-2.6.6}
-SRCVERSION=${SRCVERSION:-2.6.6}
+VERSION=${VERSION:-3.0.0}
+SRCVERSION=${SRCVERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,7 +76,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION
-tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.xz
cd $PRGNAM-$SRCVERSION
chown -R root:root .
find -L . \
diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info
index b1f948c4f60f..9da86521467b 100644
--- a/games/freeciv/freeciv.info
+++ b/games/freeciv/freeciv.info
@@ -1,8 +1,8 @@
PRGNAM="freeciv"
-VERSION="2.6.6"
+VERSION="3.0.0"
HOMEPAGE="http://www.freeciv.org"
-DOWNLOAD="http://files.freeciv.org/stable/freeciv-2.6.6.tar.bz2"
-MD5SUM="2f40775f142b509c0bfc6db89a3a8171"
+DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.0.tar.xz"
+MD5SUM="c14ce8b30de27b5050c7c881353a2e6f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""