From: Peter Korsgaard Date: Wed, 3 Jul 2013 14:58:41 +0000 (+0200) Subject: qt: bump version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a0d1fd1932ebe48b19e327e2441e518252af12d;p=buildroot.git qt: bump version For details, see http://blog.qt.digia.com/blog/2013/07/02/qt-4-8-5-released/ Also move to the (current?) official download location, as the previous location doesn't have 4.8.5. Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 71b9e4ce97..9325b566f9 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -11,9 +11,9 @@ # ################################################################################ -QT_VERSION = 4.8.4 +QT_VERSION = 4.8.5 QT_SOURCE = qt-everywhere-opensource-src-$(QT_VERSION).tar.gz -QT_SITE = http://releases.qt-project.org/qt4/source +QT_SITE = http://download.qt-project.org/official_releases/qt/4.8/$(QT_VERSION) QT_DEPENDENCIES = host-pkgconf QT_INSTALL_STAGING = YES