diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-03-23 01:04:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 01:04:12 +0700 |
commit | a6aaada29cdae0c3212a9135e47746cc0ad12abf (patch) | |
tree | eda5f89014e2c2b50131920cd66cde2ce2f9b65f /desktop | |
parent | b82ae4cf44db3261d088f528064ab1c856f5cb71 (diff) | |
download | slackbuilds-a6aaada29cdae0c3212a9135e47746cc0ad12abf.tar.gz |
desktop/qt5ct: Updated for version 0.38.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-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 e69e2f97d7..27cf2b170b 100644 --- a/desktop/qt5ct/qt5ct.SlackBuild +++ b/desktop/qt5ct/qt5ct.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qt5ct -# Copyright 2016-2018, Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2019, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qt5ct -VERSION=${VERSION:-0.37} +VERSION=${VERSION:-0.38} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/qt5ct/qt5ct.info b/desktop/qt5ct/qt5ct.info index 517fbfe001..727e9fc8c3 100644 --- a/desktop/qt5ct/qt5ct.info +++ b/desktop/qt5ct/qt5ct.info @@ -1,8 +1,8 @@ PRGNAM="qt5ct" -VERSION="0.37" +VERSION="0.38" HOMEPAGE="http://qt5ct.sourceforge.net" -DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-0.37.tar.bz2" -MD5SUM="fa14a8669c301d8057b7b2713c2c43fb" +DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-0.38.tar.bz2" +MD5SUM="ed7b47c401e2d08b945092633a6210aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |