diff options
author | John <me@johnnynator.dev> | 2025-02-08 11:01:59 +0000 |
---|---|---|
committer | John Zimmermann <me@johnzimmermann.de> | 2025-02-23 14:19:24 +0000 |
commit | f283d3b8f0162e2cc282a391fb199b27541945da (patch) | |
tree | 647ea5bb7cfc21bb1759d6058fbc4bcf213ba703 | |
parent | 54e6e8d00c593937f69b77c5255f4f4e78577f28 (diff) | |
download | void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.tar void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.tar.gz void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.tar.bz2 void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.tar.lz void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.tar.xz void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.tar.zst void-packages-f283d3b8f0162e2cc282a391fb199b27541945da.zip |
qt6-scxml: update to 6.8.2.
-rw-r--r-- | srcpkgs/qt6-scxml/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/qt6-scxml/template b/srcpkgs/qt6-scxml/template index 13764a60ec5..bfda4444307 100644 --- a/srcpkgs/qt6-scxml/template +++ b/srcpkgs/qt6-scxml/template @@ -1,6 +1,6 @@ # Template file for 'qt6-scxml' pkgname=qt6-scxml -version=6.8.1 +version=6.8.2 revision=1 build_style=cmake configure_args="-DQT_FEATURE_scxml_ecmascriptdatamodel=ON" @@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>" license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz" -checksum=2f406f44cfacd6eddb90468012a5d1d99d7a64ec05a21a2a7eda9dfc12614fd6 +checksum=683c4a11a24001e901cc84853723046a1ba27004bcc06680a72eaac6cf8ea193 subpackages="qt6-scxml-tools qt6-scxml-devel" if [ "$CROSS_BUILD" ]; then |