summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Sergio Vicari <devteamtuc@gmail.com>2019-08-30 07:42:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-30 07:42:58 +0700
commit995ea5181357a7d9e418af5dca9e8c6663a12301 (patch)
treedb630390f1068aa462560134d3c7af5073cc5670 /games
parentc69149eeeb6252c1f3da0ab40b44d67db808135d (diff)
downloadslackbuilds-995ea5181357a7d9e418af5dca9e8c6663a12301.tar.gz
slackbuilds-995ea5181357a7d9e418af5dca9e8c6663a12301.tar.xz
games/7kaa: Updated for version 2.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/7kaa/7kaa.SlackBuild6
-rw-r--r--games/7kaa/7kaa.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/7kaa/7kaa.SlackBuild b/games/7kaa/7kaa.SlackBuild
index 7aa0e78cf6..643cb39050 100644
--- a/games/7kaa/7kaa.SlackBuild
+++ b/games/7kaa/7kaa.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for 7kaa
-# Copyright <2016> Sergio Vicari <devteamtuc@gmail.com>
+# Copyright <2016-2019> Sergio Vicari <devteamtuc@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=7kaa
-VERSION=${VERSION:-2.14.6}
+VERSION=${VERSION:-2.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ABOUT-NLS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/usr/share/pixmaps
diff --git a/games/7kaa/7kaa.info b/games/7kaa/7kaa.info
index 2200464f0a..6060f0e376 100644
--- a/games/7kaa/7kaa.info
+++ b/games/7kaa/7kaa.info
@@ -1,8 +1,8 @@
PRGNAM="7kaa"
-VERSION="2.14.6"
+VERSION="2.15.2"
HOMEPAGE="https://www.7kfans.com"
-DOWNLOAD="https://github.com/the3dfxdude/7kaa/releases/download/v2.14.6/7kaa-2.14.6.tar.xz"
-MD5SUM="a05a2fa0369946e45a427477f4e0c800"
+DOWNLOAD="https://github.com/the3dfxdude/7kaa/releases/download/v2.15.2/7kaa-2.15.2.tar.xz"
+MD5SUM="abd3648aec3b8337a16f22de43ce9b19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 enet OpenAL"