From 2bd610ed1297be565309aec54067d65dfe868e71 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 4 May 2023 13:18:36 +0200 Subject: [PATCH] Update download location for Harfbuzz as well This amends 151287fb5182b45736da6b2e2e516bb54e44219a. qt_attribution.json now has the download link for the Harfbuzz version used. It was for the wrong version before, but now it should be correct. Pick-to: 6.5 6.5.1 Task-number: QTBUG-113352 Change-Id: If79f6a814d909e687c8371aa0948b11b88f3d14b Reviewed-by: Volker Hilsheimer --- src/3rdparty/harfbuzz-ng/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/harfbuzz-ng/qt_attribution.json b/src/3rdparty/harfbuzz-ng/qt_attribution.json index d6807118963..b1ca7db3327 100644 --- a/src/3rdparty/harfbuzz-ng/qt_attribution.json +++ b/src/3rdparty/harfbuzz-ng/qt_attribution.json @@ -8,7 +8,7 @@ "Description": "HarfBuzz is an OpenType text shaping engine.", "Homepage": "http://harfbuzz.org", "Version": "7.2.0", - "DownloadLocation": "https://github.com/harfbuzz/harfbuzz/releases/tag/7.1.0", + "DownloadLocation": "https://github.com/harfbuzz/harfbuzz/releases/tag/7.2.0", "License": "MIT License", "LicenseId": "MIT",