From e7ebfb6874900cf8cf2ddd22fe34458c139612e9 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 1 Sep 2014 10:58:35 +0200 Subject: [PATCH] qt4: change download URL for qscriptclassic The archive vanished from the previously used mirror. --- repos/qt4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/qt4/Makefile b/repos/qt4/Makefile index f7cff2dbb..35316bb93 100644 --- a/repos/qt4/Makefile +++ b/repos/qt4/Makefile @@ -18,7 +18,7 @@ include $(REP_DIR)/lib/mk/qt_version.inc QT4_URL = http://download.qt-project.org/archive/qt/4.8/4.8.4 QT4_TGZ = $(QT4).tar.gz -QTSCRIPTCLASSIC_URL = http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/solutions/lgpl +QTSCRIPTCLASSIC_URL = ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.troll.no/QT/qt/solutions/lgpl/ QTSCRIPTCLASSIC = qtscriptclassic-1.0_1-opensource QTSCRIPTCLASSIC_TGZ = $(QTSCRIPTCLASSIC).tar.gz