diff --git a/dev-qt/qt6-webview/qt6_webview-6.6.0.recipe b/dev-qt/qt6-webview/qt6_webview-6.7.0.recipe similarity index 90% rename from dev-qt/qt6-webview/qt6_webview-6.6.0.recipe rename to dev-qt/qt6-webview/qt6_webview-6.7.0.recipe index b8d4eff98..a46b11c58 100644 --- a/dev-qt/qt6-webview/qt6_webview-6.6.0.recipe +++ b/dev-qt/qt6-webview/qt6_webview-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/qtwebview-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="a5a48d9b5dfac60b66a737f844dc57de311de9d154fe10ccd8ec498506753392" +QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive" +SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtwebview-everywhere-src-$portVersion.tar.xz" +CHECKSUM_SHA256="3619e07138cc1fe2fa091e25ba6548f5f11f26f1ebf68a56f193aed336ea5cf9" SOURCE_DIR="qtwebview-everywhere-src-$portVersion" ARCHITECTURES="all !x86_gcc2"