From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1hlAMo-0005uX-Kx for ptxdist@pengutronix.de; Wed, 10 Jul 2019 13:02:30 +0200 From: Lucas Stach Date: Wed, 10 Jul 2019 13:02:30 +0200 Message-Id: <20190710110230.24731-1-l.stach@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] qt5: switch download URL to the archive subdir List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 Signed-off-by: Lucas Stach --- 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