From 4b80a2a5e8c8b8107e9f255bfe6a56640315799a Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 4 Sep 2024 23:04:11 +1000 Subject: [PATCH] qt6_speech: bump version --- ...qt6_speech-6.7.0.patchset => qt6_speech-6.7.2.patchset} | 0 .../{qt6_speech-6.7.0.recipe => qt6_speech-6.7.2.recipe} | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) rename dev-qt/qt6_speech/patches/{qt6_speech-6.7.0.patchset => qt6_speech-6.7.2.patchset} (100%) rename dev-qt/qt6_speech/{qt6_speech-6.7.0.recipe => qt6_speech-6.7.2.recipe} (90%) diff --git a/dev-qt/qt6_speech/patches/qt6_speech-6.7.0.patchset b/dev-qt/qt6_speech/patches/qt6_speech-6.7.2.patchset similarity index 100% rename from dev-qt/qt6_speech/patches/qt6_speech-6.7.0.patchset rename to dev-qt/qt6_speech/patches/qt6_speech-6.7.2.patchset diff --git a/dev-qt/qt6_speech/qt6_speech-6.7.0.recipe b/dev-qt/qt6_speech/qt6_speech-6.7.2.recipe similarity index 90% rename from dev-qt/qt6_speech/qt6_speech-6.7.0.recipe rename to dev-qt/qt6_speech/qt6_speech-6.7.2.recipe index b2965a793..51422b150 100644 --- a/dev-qt/qt6_speech/qt6_speech-6.7.0.recipe +++ b/dev-qt/qt6_speech/qt6_speech-6.7.2.recipe @@ -8,9 +8,10 @@ COPYRIGHT="2015-2024 The Qt Company Ltd." LICENSE="GNU LGPL v2.1 GNU LGPL v3 GNU FDL v1" -REVISION="2" -SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtspeech-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="44768eba837d48c2233ef12aab562acf2d3c531b489f4ec70124e2bb313d1f11" +REVISION="1" +QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive" +SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtspeech-everywhere-src-$portVersion.tar.xz" +CHECKSUM_SHA256="cc8c769404e3e49713be304a73f936890a1ef2f88d590732785f34692a4814ce" SOURCE_DIR="qtspeech-everywhere-src-$portVersion" PATCHES="qt6_speech-$portVersion.patchset"