diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-11 18:01:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:13 +0700 |
commit | 708df2ddab8521b35dc27c7723ea9921f5e4fe33 (patch) | |
tree | 9f799d5628eb5abae5a2214917a9556fd1253261 /games | |
parent | b0d96bc5b0d37942759c34877f512be26e316d2a (diff) |
games/qtads: Updated for version 3.4.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/qtads/qtads.SlackBuild | 3 | ||||
-rw-r--r-- | games/qtads/qtads.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/qtads/qtads.SlackBuild b/games/qtads/qtads.SlackBuild index cd877556e4ba..5de063950f6c 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. +# 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 @@ -15,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qtads -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/qtads/qtads.info b/games/qtads/qtads.info index 35229a158e17..c0c67eae0ecd 100644 --- a/games/qtads/qtads.info +++ b/games/qtads/qtads.info @@ -1,8 +1,8 @@ PRGNAM="qtads" -VERSION="3.3.0" +VERSION="3.4.0" HOMEPAGE="https://github.com/realnc/qtads" -DOWNLOAD="https://github.com/realnc/qtads/releases/download/v3.3.0/qtads-3.3.0-source.tar.xz" -MD5SUM="6347e2ab5980a98421e1cb055d370054" +DOWNLOAD="https://github.com/realnc/qtads/releases/download/v3.4.0/qtads-3.4.0-source.tar.xz" +MD5SUM="aa56a7b2e6e4210c1b91159b25050ec9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |