diff options
author | Sergio Vicari <devteamtuc@gmail.com> | 2024-02-02 08:15:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 10:50:42 +0700 |
commit | 758d157ac3b263a24b65e181cecde4d0e9a17ce9 (patch) | |
tree | 0141bd42f49622788baf88de0a0f301a9a9ccb89 | |
parent | 04e90070e5780f48b09aeccdd6b8662bbe33ebe7 (diff) |
games/7kaa: Updated for version 2.15.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/7kaa/7kaa.SlackBuild | 4 | ||||
-rw-r--r-- | games/7kaa/7kaa.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/7kaa/7kaa.SlackBuild b/games/7kaa/7kaa.SlackBuild index f344067793d8..1f6dc3ed9622 100644 --- a/games/7kaa/7kaa.SlackBuild +++ b/games/7kaa/7kaa.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=7kaa -VERSION=${VERSION:-2.15.5} +VERSION=${VERSION:-2.15.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/games/7kaa/7kaa.info b/games/7kaa/7kaa.info index 7c6cfd10c5d4..09a3e895a521 100644 --- a/games/7kaa/7kaa.info +++ b/games/7kaa/7kaa.info @@ -1,8 +1,8 @@ PRGNAM="7kaa" -VERSION="2.15.5" +VERSION="2.15.6" HOMEPAGE="https://www.7kfans.com" -DOWNLOAD="https://github.com/the3dfxdude/7kaa/releases/download/v2.15.5/7kaa-2.15.5.tar.xz" -MD5SUM="b6d12ccf514508e7b8050abb8300a6ae" +DOWNLOAD="https://sourceforge.net/projects/skfans/files/7KAA%202.15.6/7kaa-2.15.6.tar.gz" +MD5SUM="07522a60ad12c0411c48073e6919b5ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="enet" |