diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-03-03 21:28:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:27 +0700 |
commit | fd99cd6fcd87e07bc7fec53f61e85a878fe6ba7b (patch) | |
tree | 4bc137672a449a6f8afdcb3a0428816e55a57d85 | |
parent | b75a0675cd6df9b74e2a9721b7257484a50a8bf0 (diff) |
desktop/qt5ct: Updated for version 1.7.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/qt5ct/qt5ct.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/qt5ct/qt5ct.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/qt5ct/qt5ct.SlackBuild b/desktop/qt5ct/qt5ct.SlackBuild index f9d876a8003e2..97600423525e6 100644 --- a/desktop/qt5ct/qt5ct.SlackBuild +++ b/desktop/qt5ct/qt5ct.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qt5ct -# Copyright 2016-2022, Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2023, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qt5ct -VERSION=${VERSION:-1.5} +VERSION=${VERSION:-1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/qt5ct/qt5ct.info b/desktop/qt5ct/qt5ct.info index 86fadf7fdc8b2..08c60a3a77b62 100644 --- a/desktop/qt5ct/qt5ct.info +++ b/desktop/qt5ct/qt5ct.info @@ -1,8 +1,8 @@ PRGNAM="qt5ct" -VERSION="1.5" +VERSION="1.7" HOMEPAGE="http://qt5ct.sourceforge.net" -DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-1.5.tar.bz2" -MD5SUM="153bbe4c4dae0a81e9f85ac3f28b552f" +DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-1.7.tar.bz2" +MD5SUM="cd06d8583e5ab9538fe32f62fb979a1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |