From ea6dffdcc51258066c6291174f598a5479dccb53 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 2 Nov 2022 18:24:39 +0100 Subject: [PATCH] qt6-websockets: update to 6.4.0. --- srcpkgs/qt6-websockets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt6-websockets/template b/srcpkgs/qt6-websockets/template index e5753ca88d0..af4d9b49dd5 100644 --- a/srcpkgs/qt6-websockets/template +++ b/srcpkgs/qt6-websockets/template @@ -1,6 +1,6 @@ # Template file for 'qt6-websockets' pkgname=qt6-websockets -version=6.3.1 +version=6.4.0 revision=1 wrksrc="qtwebsockets-everywhere-src-${version}" build_style=cmake @@ -13,7 +13,7 @@ maintainer="John " license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebsockets-everywhere-src-${version}.tar.xz" -checksum=9f980d90c97fcbde1b50c773f6dc580cfdf8c36ce14a1be3aa2ccadfe605121a +checksum=ff3c6629cd6537266123c441709acdd67f231ff2a07216fc848448255bec9bca pre_check() { export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"