diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:27:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:31 +0700 |
commit | 6f80950226cde5bbb4180e127bdd53b7378f3af0 (patch) | |
tree | e4f32f97de69dd16425d5c53e3a64e51bb33ab8a /games | |
parent | 69aae4c427e9b120336ddb56e017dafd5bab047b (diff) |
games/quakespasm: Updated for version 0.95.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/quakespasm/quakespasm.SlackBuild | 6 | ||||
-rw-r--r-- | games/quakespasm/quakespasm.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/quakespasm/quakespasm.SlackBuild b/games/quakespasm/quakespasm.SlackBuild index bf1ea1f095e3..8139ffc37a23 100644 --- a/games/quakespasm/quakespasm.SlackBuild +++ b/games/quakespasm/quakespasm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for quakespasm -# Copyright 2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2018-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=quakespasm -VERSION=${VERSION:-0.93.1} +VERSION=${VERSION:-0.95.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/games/quakespasm/quakespasm.info b/games/quakespasm/quakespasm.info index 3d8a2cab7548..69473df54d09 100644 --- a/games/quakespasm/quakespasm.info +++ b/games/quakespasm/quakespasm.info @@ -1,8 +1,8 @@ PRGNAM="quakespasm" -VERSION="0.93.1" +VERSION="0.95.1" HOMEPAGE="https://quakespasm.sourceforge.net" -DOWNLOAD="https://downloads.sourceforge.net/quakespasm/quakespasm-0.93.1.tgz" -MD5SUM="cfb60350081c5526d2bb3320280c1f8c" +DOWNLOAD="https://downloads.sourceforge.net/quakespasm/quakespasm-0.95.1.tar.gz" +MD5SUM="5445eaab666b1a8c229c4900dc9f8542" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |