games/qxw: Updated for version 20200708.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nick Warne 2021-02-19 20:42:56 +00:00 committed by Willy Sudiarto Raharjo
parent 8677616ce2
commit a62a76204c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 12 additions and 6 deletions

View file

@ -12,3 +12,9 @@ file to your Qxw SlackBuild directory (where this file is). It will
automatically be added to the SBo package.
This Slackbuild is suitable for Slackware 14.0 and upwards.
This updated version is a maintenance release.
** Ignore the
'/bin/sh: dpkg-buildflags: command not found'
warnings, it will build fine on Slackware**

View file

@ -1,11 +1,11 @@
#!/bin/sh
#
# Slackware build script for <Qxw>
# Written by Nick Warne <nick@linicks.net>
# Written by Nick Warne <warne.nick@gmail.com>
# Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING>
PRGNAM=qxw
VERSION=${VERSION:-20190909}
VERSION=${VERSION:-20200708}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
QXWGUIDE=${QXWGUIDE:-qxw-guide}

View file

@ -1,10 +1,10 @@
PRGNAM="qxw"
VERSION="20190909"
VERSION="20200708"
HOMEPAGE="https://www.quinapalus.com/qxw.html"
DOWNLOAD="https://www.quinapalus.com/qxw-20190909.tar.gz"
MD5SUM="09f2bdec2b168768d9f7053d1e093ae4"
DOWNLOAD="https://www.quinapalus.com/qxw-20200708.tar.gz"
MD5SUM="ea0d24690b78e96d750191be4d1345f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Nick Warne"
EMAIL="nick@linicks.net"
EMAIL="warne.nick@gmail.com"