From efb2cf9fe4fa31f25aecd5a33cec631b434a3742 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 14 Apr 2024 23:44:22 +1000 Subject: [PATCH] qt6_networkauth: bump version --- ...tworkauth-6.6.0.recipe => qt6_networkauth-6.7.0.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-qt/qt6-networkauth/{qt6_networkauth-6.6.0.recipe => qt6_networkauth-6.7.0.recipe} (87%) diff --git a/dev-qt/qt6-networkauth/qt6_networkauth-6.6.0.recipe b/dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe similarity index 87% rename from dev-qt/qt6-networkauth/qt6_networkauth-6.6.0.recipe rename to dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe index dc2af9a36..3a381f8e8 100644 --- a/dev-qt/qt6-networkauth/qt6_networkauth-6.6.0.recipe +++ b/dev-qt/qt6-networkauth/qt6_networkauth-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/qtnetworkauth-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="20d5c0746c00eb3333f17c9869296d0acd0eed93518ea2734b98405cc6cc8830" +QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive" +SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtnetworkauth-everywhere-src-$portVersion.tar.xz" +CHECKSUM_SHA256="993105616ff0223d3d826e2a497440035721c6e1acdae232935fae3bcfa74a45" SOURCE_DIR="qtnetworkauth-everywhere-src-$portVersion" ARCHITECTURES="all !x86_gcc2"