summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
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
commit6f80950226cde5bbb4180e127bdd53b7378f3af0 (patch)
treee4f32f97de69dd16425d5c53e3a64e51bb33ab8a /games
parent69aae4c427e9b120336ddb56e017dafd5bab047b (diff)
downloadslackbuilds-6f80950226cde5bbb4180e127bdd53b7378f3af0.tar.gz
slackbuilds-6f80950226cde5bbb4180e127bdd53b7378f3af0.tar.xz
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.SlackBuild6
-rw-r--r--games/quakespasm/quakespasm.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/quakespasm/quakespasm.SlackBuild b/games/quakespasm/quakespasm.SlackBuild
index bf1ea1f095..8139ffc37a 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 3d8a2cab75..69473df54d 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=""