diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-22 14:31:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:23 +0700 |
commit | 3f79fb0e0a819514b05af78680ef571168aaad32 (patch) | |
tree | b45366ea925634e319ac734305951872829c683d | |
parent | 812cfa11dd4f46409a1e3ff8a1860e1049734834 (diff) |
games/qtads: Updated for version 3.2.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/qtads/qtads.SlackBuild | 6 | ||||
-rw-r--r-- | games/qtads/qtads.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/games/qtads/qtads.SlackBuild b/games/qtads/qtads.SlackBuild index 73fc72aeaa53..81a27227909b 100644 --- a/games/qtads/qtads.SlackBuild +++ b/games/qtads/qtads.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 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 # it's replaced with fluidsynth. @@ -13,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qtads -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -26,9 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/games/qtads/qtads.info b/games/qtads/qtads.info index 1f40e9402a75..c76e18842e1c 100644 --- a/games/qtads/qtads.info +++ b/games/qtads/qtads.info @@ -1,8 +1,8 @@ PRGNAM="qtads" -VERSION="3.0.0" +VERSION="3.2.0" HOMEPAGE="https://github.com/realnc/qtads" -DOWNLOAD="https://github.com/realnc/qtads/releases/download/v3.0.0/qtads-3.0.0-source.tar.xz" -MD5SUM="bbe7ee79d776f7f656b0ca7acd4d815b" +DOWNLOAD="https://github.com/realnc/qtads/releases/download/v3.2.0/qtads-3.2.0-source.tar.xz" +MD5SUM="7cf50061c0323b17bd49cd9801068eb9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |