From af47ee27944781b0c4f603a2251d5640c09fe5d0 Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Fri, 22 Sep 2017 19:50:40 +0100 Subject: games/freeciv: Updated for version 2.6.0_beta1. Signed-off-by: David Spencer --- games/freeciv/freeciv.SlackBuild | 9 +++++---- games/freeciv/freeciv.info | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index c0f400a564..6db59ff08b 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -28,7 +28,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=freeciv -VERSION=${VERSION:-2.5.9} +VERSION=${VERSION:-2.6.0_beta1} +SRCVERSION=${SRCVERSION:-2.6.0-beta1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,9 +65,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-$SRCVERSION +tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.bz2 +cd $PRGNAM-$SRCVERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index b34ae72188..675ee041cc 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="2.5.9" +VERSION="2.6.0_beta1" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-2.5.9.tar.bz2" -MD5SUM="dfae0812bb72b19e366f9d5c72e6c3f1" +DOWNLOAD="http://files.freeciv.org/beta/freeciv-2.6.0-beta1.tar.bz2" +MD5SUM="74dc470ba062eda0c9b0ffbc77582f72" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3