diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-04-20 13:26:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-21 08:26:21 +0700 |
commit | d09d3aae1e84d88818dd5beb48456fb03938e442 (patch) | |
tree | bf576537c8e3f8325e32cddd8ac54e57f42d3ae5 /system | |
parent | 8180f6b32b8ab35abfc6aea3c5c6a6132516291c (diff) |
system/qtxdg-tools: Update for 3.12.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/qtxdg-tools/qtxdg-tools.SlackBuild | 4 | ||||
-rw-r--r-- | system/qtxdg-tools/qtxdg-tools.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/qtxdg-tools/qtxdg-tools.SlackBuild b/system/qtxdg-tools/qtxdg-tools.SlackBuild index 65b1cf51bdd68..a462a73b58c32 100644 --- a/system/qtxdg-tools/qtxdg-tools.SlackBuild +++ b/system/qtxdg-tools/qtxdg-tools.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qtxdg-tools -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qtxdg-tools -VERSION=${VERSION:-3.11.0} +VERSION=${VERSION:-3.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/qtxdg-tools/qtxdg-tools.info b/system/qtxdg-tools/qtxdg-tools.info index 732d5ea019e94..f9620f8e0de1c 100644 --- a/system/qtxdg-tools/qtxdg-tools.info +++ b/system/qtxdg-tools/qtxdg-tools.info @@ -1,8 +1,8 @@ PRGNAM="qtxdg-tools" -VERSION="3.11.0" +VERSION="3.12.0" HOMEPAGE="https://github.com/lxqt/qtxdg-tools" -DOWNLOAD="https://github.com/lxqt/qtxdg-tools/releases/download/3.11.0/qtxdg-tools-3.11.0.tar.xz" -MD5SUM="4898d657bd4a92f7b738df78866297ac" +DOWNLOAD="https://github.com/lxqt/qtxdg-tools/releases/download/3.12.0/qtxdg-tools-3.12.0.tar.xz" +MD5SUM="6fd76563ef496796e9517c65045eb38e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libqtxdg" |