From 6fcf34526d6a25f8db1296d5537f714cd8dea126 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 14 Apr 2024 23:43:49 +1000 Subject: [PATCH] qt6_websockets: bump version --- ...websockets-6.6.0.recipe => qt6_websockets-6.7.0.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-qt/qt6-websockets/{qt6_websockets-6.6.0.recipe => qt6_websockets-6.7.0.recipe} (89%) diff --git a/dev-qt/qt6-websockets/qt6_websockets-6.6.0.recipe b/dev-qt/qt6-websockets/qt6_websockets-6.7.0.recipe similarity index 89% rename from dev-qt/qt6-websockets/qt6_websockets-6.6.0.recipe rename to dev-qt/qt6-websockets/qt6_websockets-6.7.0.recipe index af7762361..b5430ee9c 100644 --- a/dev-qt/qt6-websockets/qt6_websockets-6.6.0.recipe +++ b/dev-qt/qt6-websockets/qt6_websockets-6.7.0.recipe @@ -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/qtwebsockets-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="2e05b15c0c6e82c484cf3a4a39a3e3e484a6c8f72bc31ee5cf615d52d07df30e" +QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive" +SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtwebsockets-everywhere-src-$portVersion.tar.xz" +CHECKSUM_SHA256="5ffc77da6b36cdf18e04c975a0fbf243968806a93a6291bcd2e9cd0b26139736" SOURCE_DIR="qtwebsockets-everywhere-src-$portVersion" ARCHITECTURES="all !x86_gcc2"