summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/freeciv/freeciv.SlackBuild9
-rw-r--r--games/freeciv/freeciv.info6
2 files changed, 8 insertions, 7 deletions
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=""