From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] qt6: switch to new canonical URL
Date: Wed, 12 Nov 2025 21:26:59 +0100 [thread overview]
Message-ID: <20251112202700.1829369-1-l.stach@pengutronix.de> (raw)
The old download locations return "301 Moved Permanently". Due to
a broken rewrite rule this doesn't work as intended and lets the
download fail. Switch to the new canonical URLs to fix this.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/qt6.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/qt6.make b/rules/qt6.make
index ac7f0683b9aa..7d893bae9c90 100644
--- a/rules/qt6.make
+++ b/rules/qt6.make
@@ -19,8 +19,8 @@ QT6_MD5 := 10a39c4b4af4f465c4ff0352a6d18a0a
QT6 := qt-everywhere-src-$(QT6_VERSION)
QT6_SUFFIX := tar.xz
QT6_URL := \
- https://download.qt-project.org/archive/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX) \
- https://download.qt-project.org/development_releases/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX)
+ https://download.qt.io/archive/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX) \
+ https://download.qt.io/development_releases/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX)
QT6_SOURCE := $(SRCDIR)/$(QT6).$(QT6_SUFFIX)
QT6_DIR := $(realpath $(BUILDDIR))/$(QT6)
QT6_BUILD_OOT := YES
--
2.47.3
next reply other threads:[~2025-11-12 20:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-12 20:26 Lucas Stach [this message]
2025-11-12 20:27 ` [ptxdist] [PATCH 2/2] qt5: " Lucas Stach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251112202700.1829369-1-l.stach@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox