qt6_connectivity: bump version

This commit is contained in:
Gerasim Troeglazov
2024-04-14 23:43:21 +10:00
parent 9b8d2910fe
commit 7af8c999dc

View File

@@ -4,13 +4,14 @@ used for developing software with a graphical user interface, and also used \
for developing non-GUI programs such as command-line tools and consoles for \
servers."
HOMEPAGE="https://qt.io/"
COPYRIGHT="2015-2023 The Qt Company Ltd."
COPYRIGHT="2015-2024 The Qt Company Ltd."
LICENSE="GNU LGPL v2.1
GNU LGPL v3
GNU FDL v1"
REVISION="1"
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtconnectivity-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="1c29c26247c28ef19b9ca87c38b4d61a1f94ee9021897962e0d5ba215f1c4010"
QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive"
SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtconnectivity-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="07afd6aac19ff73c8ba1471057f43d4ef2737d6a8a772393ec907988dd71244c"
SOURCE_DIR="qtconnectivity-everywhere-src-$portVersion"
ARCHITECTURES="all !x86_gcc2"