* [ptxdist] [PATCH] qt5: switch download URL to the archive subdir
@ 2019-07-10 11:02 Lucas Stach
0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2019-07-10 11:02 UTC (permalink / raw)
To: ptxdist
The official_releases directory only contains the currently active
releases. Switch to the archive subdir, which carries the source for
all non-development releases ever made.
Reported-by: Philippe Normand <philn@igalia.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/qt5.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/qt5.make b/rules/qt5.make
index f575af7f30d1..db5002cbf8af 100644
--- a/rules/qt5.make
+++ b/rules/qt5.make
@@ -19,7 +19,7 @@ QT5_MD5 := 99c2eb46e533371798b4ca2d1458e065
QT5 := qt-everywhere-src-$(QT5_VERSION)
QT5_SUFFIX := tar.xz
QT5_URL := \
- http://download.qt-project.org/official_releases/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
+ http://download.qt-project.org/archive/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
http://download.qt-project.org/development_releases/qt/$(basename $(QT5_VERSION))/$(call ptx/sh, echo $(QT5_VERSION) | tr 'A-Z' 'a-z')/single/$(QT5).$(QT5_SUFFIX)
QT5_SOURCE := $(SRCDIR)/$(QT5).$(QT5_SUFFIX)
QT5_DIR := $(BUILDDIR)/$(QT5)
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-10 11:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 11:02 [ptxdist] [PATCH] qt5: switch download URL to the archive subdir Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox