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 /desktop/qt5ct/qt5ct.SlackBuild | |
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>
Diffstat (limited to 'desktop/qt5ct/qt5ct.SlackBuild')
-rw-r--r-- | desktop/qt5ct/qt5ct.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/qt5ct/qt5ct.SlackBuild b/desktop/qt5ct/qt5ct.SlackBuild index f9d876a800..9760042352 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} |