summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Andrew Clemons2022-02-12 07:58:12 +0100
committer Willy Sudiarto Raharjo2022-02-13 03:18:00 +0100
commit530d8f760b9255e462a6d7a040291e7a13b1261c (patch)
treec360bb6d8930c6c773e822ffc21d58d894898d7c /games
parent350ddc9bfaa8f99a25896a03b9370ff583101900 (diff)
downloadslackbuilds-530d8f760b9255e462a6d7a040291e7a13b1261c.tar.gz
games/voxelands: Updated for version 1709.00.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/voxelands/voxelands.SlackBuild6
-rw-r--r--games/voxelands/voxelands.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/games/voxelands/voxelands.SlackBuild b/games/voxelands/voxelands.SlackBuild
index 327e9a1c19..9f352458df 100644
--- a/games/voxelands/voxelands.SlackBuild
+++ b/games/voxelands/voxelands.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=voxelands
-VERSION=${VERSION:-1501.00}
+VERSION=${VERSION:-1709.00}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -71,8 +71,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xf $CWD/$PRGNAM-$VERSION-src.tar.bz2
-cd $PRGNAM
+tar xf $CWD/$PRGNAM-v$VERSION.tar.bz2
+cd $PRGNAM-v$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/games/voxelands/voxelands.info b/games/voxelands/voxelands.info
index c905cca131..8200d5bbbf 100644
--- a/games/voxelands/voxelands.info
+++ b/games/voxelands/voxelands.info
@@ -1,8 +1,8 @@
PRGNAM="voxelands"
-VERSION="1501.00"
-HOMEPAGE="http://voxelands.com/"
-DOWNLOAD="http://www.voxelands.com/downloads/old/voxelands-1501.00-src.tar.bz2"
-MD5SUM="1051e84074882766e49928ec7bf31571"
+VERSION="1709.00"
+HOMEPAGE="https://gitlab.com/voxelands/voxelands"
+DOWNLOAD="https://gitlab.com/voxelands/voxelands/-/archive/v1709.00/voxelands-v1709.00.tar.bz2"
+MD5SUM="9a6682014f66b5f833c87c32e5354811"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="irrlicht"