diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-15 18:27:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:55 +0700 |
commit | 8b157738076dbeddcb562f2891c0c7248871426c (patch) | |
tree | f94b9193bbcd6c5f1335ea1997397036444ea953 /desktop/libqtxdg | |
parent | 27d063908293903888601b13da0c78b20ac90f8f (diff) |
desktop/libqtxdg: Updated for version 3.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/libqtxdg')
-rw-r--r-- | desktop/libqtxdg/libqtxdg.SlackBuild | 3 | ||||
-rw-r--r-- | desktop/libqtxdg/libqtxdg.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/libqtxdg/libqtxdg.SlackBuild b/desktop/libqtxdg/libqtxdg.SlackBuild index edf061933b3f..8f003af517e1 100644 --- a/desktop/libqtxdg/libqtxdg.SlackBuild +++ b/desktop/libqtxdg/libqtxdg.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for libqtxdg # Copyright 2018 Egor Zayats, Minsk Belarus +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libqtxdg -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/libqtxdg/libqtxdg.info b/desktop/libqtxdg/libqtxdg.info index 2740ddc55609..ea6a5dc9f063 100644 --- a/desktop/libqtxdg/libqtxdg.info +++ b/desktop/libqtxdg/libqtxdg.info @@ -1,10 +1,10 @@ PRGNAM="libqtxdg" -VERSION="3.9.0" +VERSION="3.10.0" HOMEPAGE="https://lxqt.org" -DOWNLOAD="https://github.com/lxqt/libqtxdg/releases/download/3.9.0/libqtxdg-3.9.0.tar.xz" -MD5SUM="7195502c72b05a457a5ffe9b4083ba1b" +DOWNLOAD="https://github.com/lxqt/libqtxdg/releases/download/3.10.0/libqtxdg-3.10.0.tar.xz" +MD5SUM="c8fafb2afaf58fc7c36a2483b5c72e72" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxqt-build-tools" -MAINTAINER="Egor Zayats" -EMAIL="ea.zayac@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |