diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qt5ct/qt5ct.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/qt5ct/qt5ct.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/qt5ct/qt5ct.SlackBuild b/desktop/qt5ct/qt5ct.SlackBuild index 9fdb77bd1a..0f53fd98b3 100644 --- a/desktop/qt5ct/qt5ct.SlackBuild +++ b/desktop/qt5ct/qt5ct.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for <appname> +# Slackware build script for qt5ct -# Copyright 2016-2017, Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2018, 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.34} +VERSION=${VERSION:-0.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/qt5ct/qt5ct.info b/desktop/qt5ct/qt5ct.info index c1946acf36..2631b17991 100644 --- a/desktop/qt5ct/qt5ct.info +++ b/desktop/qt5ct/qt5ct.info @@ -1,8 +1,8 @@ PRGNAM="qt5ct" -VERSION="0.34" +VERSION="0.35" HOMEPAGE="http://qt5ct.sourceforge.net" -DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-0.34.tar.bz2" -MD5SUM="660a38be27c5665b4fcf3349b67bc57d" +DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-0.35.tar.bz2" +MD5SUM="43fc124f6a4d5804b51d5453b5994de4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |