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 <[email protected]> Signed-off-by: Lucas Stach <[email protected]> --- 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 [email protected]
