GNU bug report logs -
#71600
[PATCH 0/2] Update QuakeSpasm
Previous Next
Reported by: James Smith <jsubuntuxp <at> disroot.org>
Date: Sun, 16 Jun 2024 21:44:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 71600 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (quakespasm): Update to 0.96.2.
[source]: Update source code download link.
Change-Id: I30559b53021249db57f078ae51fd9b24d2b580f3
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 59b169171c..8d1450db01 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7667,14 +7667,14 @@ (define-public tome4
(define-public quakespasm
(package
(name "quakespasm")
- (version "0.93.2")
+ (version "0.96.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
- version ".tgz"))
+ version ".tar.gz"))
(sha256
- (base32 "0qm0j5drybvvq8xadfyppkpk3rxqsxbywzm6iwsjwdf0iia3gss5"))))
+ (base32 "0hr58w1d2yw82vm9lkln05z6d4sjlcr6grxhf6sqdqwyfy9nv1mw"))))
(arguments
`(#:tests? #f
#:make-flags '("CC=gcc"
--
2.45.1
This bug report was last modified 1 year and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.