diff options
author | Arn0 <yth@ythogtha.org> | 2022-02-24 11:35:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-24 21:58:51 +0700 |
commit | 5fac7b8a7e6218b2009fe0ba167c40d7f370dd5c (patch) | |
tree | 13be20b33709b5e3a0e21e613ca6dcc26f733230 /games/freeciv | |
parent | 2769cbbe4af98a62a5ca608103ec9caf32f372b7 (diff) |
games/freeciv: updated for version 3.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 6 | ||||
-rw-r--r-- | games/freeciv/freeciv.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 19685f7294f72..3cc504c4a248c 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 b1f948c4f60f7..9da86521467b9 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="" |