qt6_scxml: bump version

This commit is contained in:
Gerasim Troeglazov
2024-04-15 20:21:38 +10:00
parent 4672f5ad71
commit d9f8a7049b

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/qtscxml-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="57ecd0db5d8b063d0334c4b21461585b4904d4884c88de125bd72e967e8a1043"
QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive"
SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtscxml-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="725b97bbb8766df733d7588488acd92375c218eeb376a95525572b4268a9257c"
SOURCE_DIR="qtscxml-everywhere-src-$portVersion"
ARCHITECTURES="all !x86_gcc2"