From 6f80950226cde5bbb4180e127bdd53b7378f3af0 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 26 Jun 2023 20:27:17 +0200 Subject: games/quakespasm: Updated for version 0.95.1. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- games/quakespasm/quakespasm.SlackBuild | 6 +++--- games/quakespasm/quakespasm.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games') 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 , Pisa, Italy +# Copyright 2018-2023 Matteo Bernardini , 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="" -- cgit v1.2.3