diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-04-20 13:22:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-21 08:26:18 +0700 |
commit | 31b39b43ef6e55d52a6275e20f7327924fe6f370 (patch) | |
tree | f7095fa4ba31d8d50bfe3b75143999d642ad4e61 /desktop/libqtxdg | |
parent | 3769e149bb9d3b34087bd9d599dd9702db60696c (diff) | |
download | slackbuilds-31b39b43ef6e55d52a6275e20f7327924fe6f370.tar.gz slackbuilds-31b39b43ef6e55d52a6275e20f7327924fe6f370.tar.xz |
desktop/libqtxdg: Update for 3.12.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/libqtxdg')
-rw-r--r-- | desktop/libqtxdg/libqtxdg.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/libqtxdg/libqtxdg.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/libqtxdg/libqtxdg.SlackBuild b/desktop/libqtxdg/libqtxdg.SlackBuild index c4cda99824..7d4f1f175d 100644 --- a/desktop/libqtxdg/libqtxdg.SlackBuild +++ b/desktop/libqtxdg/libqtxdg.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for libqtxdg # Copyright 2018 Egor Zayats, Minsk Belarus -# 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 @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libqtxdg -VERSION=${VERSION:-3.11.0} +VERSION=${VERSION:-3.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/libqtxdg/libqtxdg.info b/desktop/libqtxdg/libqtxdg.info index 8950ec872c..77003be19b 100644 --- a/desktop/libqtxdg/libqtxdg.info +++ b/desktop/libqtxdg/libqtxdg.info @@ -1,8 +1,8 @@ PRGNAM="libqtxdg" -VERSION="3.11.0" +VERSION="3.12.0" HOMEPAGE="https://lxqt.org" -DOWNLOAD="https://github.com/lxqt/libqtxdg/releases/download/3.11.0/libqtxdg-3.11.0.tar.xz" -MD5SUM="1dfe393914a1e29c3b0d684bff8189f4" +DOWNLOAD="https://github.com/lxqt/libqtxdg/releases/download/3.12.0/libqtxdg-3.12.0.tar.xz" +MD5SUM="6cb85091630b7d84278b2430e92a62bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxqt-build-tools" |