diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-09-04 00:18:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-04 00:18:29 +0700 |
commit | c14e460e611e787883a41ec1e107e5eb3e30996a (patch) | |
tree | 504ddf83f5b3e864fcb780cd62b953bf72a09aa6 /desktop/qt5ct | |
parent | 8fa85b96fce7ee7864dea5ffc803a89b75b5c3a8 (diff) |
desktop/qt5ct: Updated for version 1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/qt5ct')
-rw-r--r-- | desktop/qt5ct/qt5ct.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/qt5ct/qt5ct.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/qt5ct/qt5ct.SlackBuild b/desktop/qt5ct/qt5ct.SlackBuild index 38d3665b875e..6e876c42b6ea 100644 --- a/desktop/qt5ct/qt5ct.SlackBuild +++ b/desktop/qt5ct/qt5ct.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qt5ct -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/qt5ct/qt5ct.info b/desktop/qt5ct/qt5ct.info index 24f0e62d311d..a6dadd0194e0 100644 --- a/desktop/qt5ct/qt5ct.info +++ b/desktop/qt5ct/qt5ct.info @@ -1,8 +1,8 @@ PRGNAM="qt5ct" -VERSION="1.0" +VERSION="1.1" HOMEPAGE="http://qt5ct.sourceforge.net" -DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-1.0.tar.bz2" -MD5SUM="3825fdc50c9fa8454fa227dbbe3eb07e" +DOWNLOAD="http://prdownloads.sourceforge.net/qt5ct/qt5ct-1.1.tar.bz2" +MD5SUM="07681cbcdbc3397278fd253a23198397" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |