diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-03-09 08:36:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-09 08:36:40 +0700 |
commit | eb5eb5816763d56d58b196e0e9bb55dc85dcab5e (patch) | |
tree | 34b726102287a2a923e053e2da8a9baff167296e /desktop | |
parent | 0290b9445b330c7d38cb4c50cc667054febb7243 (diff) |
desktop/qt5ct: Updated for version 0.35.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 9fdb77bd1a80..0f53fd98b3c4 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 c1946acf366c..2631b179918b 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" |