From f1b635879b4238f08e082a991b555b02ae41fb46 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 30 Oct 2020 19:09:30 -0400 Subject: games/doomseeker: Updated for version 1.3.1. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/doomseeker/doomseeker.SlackBuild | 6 +++++- games/doomseeker/doomseeker.info | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'games/doomseeker') diff --git a/games/doomseeker/doomseeker.SlackBuild b/games/doomseeker/doomseeker.SlackBuild index 96ac41e5fe..3d7bdacc1f 100644 --- a/games/doomseeker/doomseeker.SlackBuild +++ b/games/doomseeker/doomseeker.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201030 bkw: updated for v1.3.1 # 20200122 bkw: updated for v1.3+20200119_b623ab1. Latest git fixes # a segfault issue that normally only occurs when starting doomseeker # without ~/.config/doomseeker/* (so the previous version worked for me, @@ -15,7 +16,7 @@ # so this script won't build 1.1 any longer. PRGNAM=doomseeker -VERSION=${VERSION:-1.3+20200119_b623ab1} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,6 +65,9 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ # 20200122 bkw: sorry, rworkman, I know you hate gzipped diffs, but # this one has mixed \r\n and \n line endings, git would eat it. +# 20201030 bkw: leaving the diff in the repo for a while, in case +# 1.3.1 has issues and someone needs to build the previous version. +# It'll be removed at next update. [ -e "$CWD/$VERSION.diff.gz" ] && zcat "$CWD/$VERSION.diff.gz" | patch -p1 mkdir -p build diff --git a/games/doomseeker/doomseeker.info b/games/doomseeker/doomseeker.info index 58d9de3eaa..b482e2d87e 100644 --- a/games/doomseeker/doomseeker.info +++ b/games/doomseeker/doomseeker.info @@ -1,8 +1,8 @@ PRGNAM="doomseeker" -VERSION="1.3+20200119_b623ab1" +VERSION="1.3.1" HOMEPAGE="http://doomseeker.drdteam.org/" -DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-1.3.tar.xz" -MD5SUM="da27c9e3abfa89b3fd806850d5a9ba91" +DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-1.3.1.tar.xz" +MD5SUM="a6c3bdc32ad95cc60a6fa43719eac27c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" -- cgit v1.2.3