diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-09-29 22:53:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-29 22:53:25 +0700 |
commit | 26c8b54f1e63bd1e1701276d93cb1f0ce500595c (patch) | |
tree | 710d83a2781f81c4c980276330f979398ffa4ac5 /desktop | |
parent | a092f3d10649c5a68e72216c5cb05e51e3a2ac31 (diff) |
desktop/qt6ct: Updated for version 0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qt6ct/qt6ct.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/qt6ct/qt6ct.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/qt6ct/qt6ct.SlackBuild b/desktop/qt6ct/qt6ct.SlackBuild index d1afd578adeb..0fe2f5a87765 100644 --- a/desktop/qt6ct/qt6ct.SlackBuild +++ b/desktop/qt6ct/qt6ct.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qt6ct -VERSION=${VERSION:-0.8} +VERSION=${VERSION:-0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/qt6ct/qt6ct.info b/desktop/qt6ct/qt6ct.info index ea80c525075a..dfed5a0510a9 100644 --- a/desktop/qt6ct/qt6ct.info +++ b/desktop/qt6ct/qt6ct.info @@ -1,8 +1,8 @@ PRGNAM="qt6ct" -VERSION="0.8" +VERSION="0.9" HOMEPAGE="https://github.com/trialuser02/qt6ct" -DOWNLOAD="https://github.com/trialuser02/qt6ct/archive/0.8/qt6ct-0.8.tar.gz" -MD5SUM="bece6a4af2caed946cfa8521df4cab51" +DOWNLOAD="https://github.com/trialuser02/qt6ct/archive/0.9/qt6ct-0.9.tar.gz" +MD5SUM="55bbf70041b2a9dd4017bb69f1de1198" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt6 %README%" |