From 8a0d1fd1932ebe48b19e327e2441e518252af12d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 3 Jul 2013 16:58:41 +0200 Subject: 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 --- package/qt/qt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 71b9e4ce9..9325b566f 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 -- cgit v1.2.3