summaryrefslogtreecommitdiffstats
path: root/games/qtads/qtads.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/qtads/qtads.SlackBuild')
-rw-r--r--games/qtads/qtads.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/qtads/qtads.SlackBuild b/games/qtads/qtads.SlackBuild
index 81a2722790..5de063950f 100644
--- a/games/qtads/qtads.SlackBuild
+++ b/games/qtads/qtads.SlackBuild
@@ -2,10 +2,12 @@
# Slackware build script for qtads
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230711 bkw: updated for v3.4.0.
+# 20220611 bkw: updated for v3.3.0.
# 20211022 bkw: updated for v3.2.0.
# 20201020 bkw: updated for v3.0.0. Sadly the qt4 UI is gone in this
# release, so qt5 is now a hard dep. SDL2_sound is no longer needed, but
@@ -14,7 +16,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qtads
-VERSION=${VERSION:-3.2.0}
+VERSION=${VERSION:-3.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}