diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-17 22:05:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:23 +0700 |
commit | 2add7a1d867654e12b0adb4d4a1ade068f3f5e09 (patch) | |
tree | 62d892959ddd288e52c05e8eae9abd97a07061e7 /system/qtxdg-tools | |
parent | 3237958a03618e76c2ba0daa8d3585557efdf716 (diff) |
system/qtxdg-tools: Updated for version 3.11.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qtxdg-tools')
-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 209b2f6458985..74831cfa4ba8a 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 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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.10.0} +VERSION=${VERSION:-3.11.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 a9c181f2e1dea..952b0f1fd64ab 100644 --- a/system/qtxdg-tools/qtxdg-tools.info +++ b/system/qtxdg-tools/qtxdg-tools.info @@ -1,8 +1,8 @@ PRGNAM="qtxdg-tools" -VERSION="3.10.0" +VERSION="3.11.0" HOMEPAGE="https://github.com/lxqt/qtxdg-tools" -DOWNLOAD="https://github.com/lxqt/qtxdg-tools/releases/download/3.10.0/qtxdg-tools-3.10.0.tar.xz" -MD5SUM="edb23a44828f70c13fda563805cba799" +DOWNLOAD="https://github.com/lxqt/qtxdg-tools/releases/download/3.11.0/qtxdg-tools-3.11.0.tar.xz" +MD5SUM="4898d657bd4a92f7b738df78866297ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libqtxdg" |