From 1ca2171a645a1ffe579b55501b410ef12570ffee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Thu, 22 Jan 2015 14:37:58 +0200 Subject: [PATCH] qt5: update URLs to use Qt's new domain MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Aşıcı Signed-off-by: Peter Korsgaard --- package/qt5/Config.in | 2 +- package/qt5/qt5.mk | 2 +- package/qt5/qt5base/Config.in | 2 +- package/qt5/qt5base/qt5base.hash | 2 +- package/qt5/qt5connectivity/Config.in | 2 +- package/qt5/qt5connectivity/qt5connectivity.hash | 2 +- package/qt5/qt5declarative/Config.in | 2 +- package/qt5/qt5declarative/qt5declarative.hash | 2 +- package/qt5/qt5enginio/Config.in | 2 +- package/qt5/qt5enginio/qt5enginio.hash | 2 +- package/qt5/qt5graphicaleffects/Config.in | 2 +- package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash | 2 +- package/qt5/qt5imageformats/Config.in | 2 +- package/qt5/qt5imageformats/qt5imageformats.hash | 2 +- package/qt5/qt5multimedia/Config.in | 2 +- package/qt5/qt5multimedia/qt5multimedia.hash | 2 +- package/qt5/qt5quick1/Config.in | 2 +- package/qt5/qt5quick1/qt5quick1.hash | 2 +- package/qt5/qt5quickcontrols/Config.in | 2 +- package/qt5/qt5quickcontrols/qt5quickcontrols.hash | 2 +- package/qt5/qt5script/Config.in | 2 +- package/qt5/qt5script/qt5script.hash | 2 +- package/qt5/qt5sensors/Config.in | 2 +- package/qt5/qt5sensors/qt5sensors.hash | 2 +- package/qt5/qt5serialport/Config.in | 2 +- package/qt5/qt5serialport/qt5serialport.hash | 2 +- package/qt5/qt5svg/Config.in | 2 +- package/qt5/qt5svg/qt5svg.hash | 2 +- package/qt5/qt5webkit-examples/Config.in | 2 +- package/qt5/qt5webkit-examples/qt5webkit-examples.hash | 2 +- package/qt5/qt5webkit/Config.in | 2 +- package/qt5/qt5webkit/qt5webkit.hash | 2 +- package/qt5/qt5websockets/Config.in | 2 +- package/qt5/qt5websockets/qt5websockets.hash | 2 +- package/qt5/qt5x11extras/Config.in | 2 +- package/qt5/qt5x11extras/qt5x11extras.hash | 2 +- package/qt5/qt5xmlpatterns/Config.in | 2 +- package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 0b973745ae..fd8bde5e3b 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -29,7 +29,7 @@ menuconfig BR2_PACKAGE_QT5 This option enables the Qt5 framework. Sub-options allow to select which modules should be built. - http://qt-project.org + http://qt.io if BR2_PACKAGE_QT5 source "package/qt5/qt5base/Config.in" diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk index 72aca14c05..3b8f7ecb31 100644 --- a/package/qt5/qt5.mk +++ b/package/qt5/qt5.mk @@ -1,6 +1,6 @@ QT5_VERSION_MAJOR = 5.4 QT5_VERSION = $(QT5_VERSION_MAJOR).0 -QT5_SITE = http://download.qt-project.org/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules +QT5_SITE = http://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules include $(sort $(wildcard package/qt5/*/*.mk)) define QT5_LA_PRL_FILES_FIXUP diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index 59fc4e0460..d57dd8e494 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_QT5BASE contains the base Qt libraries: QtCore, QtNetwork, QtGui, QtWidgets, etc. - http://qt-project.org + http://qt.io if BR2_PACKAGE_QT5BASE diff --git a/package/qt5/qt5base/qt5base.hash b/package/qt5/qt5base/qt5base.hash index b91b0a92a4..0097942e39 100644 --- a/package/qt5/qt5base/qt5base.hash +++ b/package/qt5/qt5base/qt5base.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtbase-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtbase-opensource-src-5.4.0.tar.xz.mirrorlist sha256 daea240ba5e77bc2d78ec21a2cb664eed83b3d4ad409b6277a6f7d4c0c8e91d1 qtbase-opensource-src-5.4.0.tar.xz sha1 2e3d32f32e36a92782ca66c260940824746900bd qtbase-opensource-src-5.4.0.tar.xz md5 eaaa72a5cb25713ca8d17f3a8d149765 qtbase-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5connectivity/Config.in b/package/qt5/qt5connectivity/Config.in index de660ca23d..ca1deab5f0 100644 --- a/package/qt5/qt5connectivity/Config.in +++ b/package/qt5/qt5connectivity/Config.in @@ -15,7 +15,7 @@ config BR2_PACKAGE_QT5CONNECTIVITY This package corresponds to the qt5connectivity module. - http://qt-project.org + http://qt.io comment "qt5connectivity needs a toolchain w/ wchar, threads, dynamic library" depends on !BR2_avr32 && BR2_USE_MMU diff --git a/package/qt5/qt5connectivity/qt5connectivity.hash b/package/qt5/qt5connectivity/qt5connectivity.hash index c165b8c022..8039851d51 100644 --- a/package/qt5/qt5connectivity/qt5connectivity.hash +++ b/package/qt5/qt5connectivity/qt5connectivity.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtconnectivity-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtconnectivity-opensource-src-5.4.0.tar.xz.mirrorlist sha256 636685bbcccac28f6c8c2d1bee7c9b06a74bc5c11d9c87a424d80093f19b1038 qtconnectivity-opensource-src-5.4.0.tar.xz sha1 08b1e365195cf0ed2d35d5f7fb3d6bda9a9e1dbe qtconnectivity-opensource-src-5.4.0.tar.xz md5 c1fc247771a2fd1d238db8ffc4e65bbf qtconnectivity-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5declarative/Config.in b/package/qt5/qt5declarative/Config.in index edac8cd38d..eba4c8d61d 100644 --- a/package/qt5/qt5declarative/Config.in +++ b/package/qt5/qt5declarative/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_QT5DECLARATIVE This package corresponds to the qt5declarative module. - http://qt-project.org + http://qt.io if BR2_PACKAGE_QT5DECLARATIVE diff --git a/package/qt5/qt5declarative/qt5declarative.hash b/package/qt5/qt5declarative/qt5declarative.hash index 23dfb598f3..d9f7547101 100644 --- a/package/qt5/qt5declarative/qt5declarative.hash +++ b/package/qt5/qt5declarative/qt5declarative.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtdeclarative-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtdeclarative-opensource-src-5.4.0.tar.xz.mirrorlist sha256 e67c9275b0f6869a7c1e8023ad7c0a23fb19f8a8d2f350371e954ead0cfad7b6 qtdeclarative-opensource-src-5.4.0.tar.xz sha1 12c12d50c71cfb1f18c7fabfabe4ad4b364b09fe qtdeclarative-opensource-src-5.4.0.tar.xz md5 4f928e52e72b5e867b50b4d409d5e99b qtdeclarative-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5enginio/Config.in b/package/qt5/qt5enginio/Config.in index c06e6dab13..fcb866cd6d 100644 --- a/package/qt5/qt5enginio/Config.in +++ b/package/qt5/qt5enginio/Config.in @@ -10,4 +10,4 @@ config BR2_PACKAGE_QT5ENGINIO This package corresponds to the qt5enginio module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5enginio/qt5enginio.hash b/package/qt5/qt5enginio/qt5enginio.hash index a9d4ab8f28..921a0e6f0e 100644 --- a/package/qt5/qt5enginio/qt5enginio.hash +++ b/package/qt5/qt5enginio/qt5enginio.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtenginio-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtenginio-opensource-src-5.4.0.tar.xz.mirrorlist sha256 fa0954e5f100d38291fd3b3c8c92ade11710b25ae48018af7451c631982d924c qtenginio-opensource-src-5.4.0.tar.xz sha1 ec754e21ee461f9a41d66343fb24dcaa358a4a05 qtenginio-opensource-src-5.4.0.tar.xz md5 959a9ebac4faa0464368a318fa677ab6 qtenginio-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5graphicaleffects/Config.in b/package/qt5/qt5graphicaleffects/Config.in index 0a8363885a..a42e1f8f2a 100644 --- a/package/qt5/qt5graphicaleffects/Config.in +++ b/package/qt5/qt5graphicaleffects/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_QT5GRAPHICALEFFECTS This package corresponds to the qt5graphicaleffects module. - http://qt-project.org + http://qt.io comment "qt5graphicaleffects needs an OpenGL-capable backend" depends on !BR2_PACKAGE_QT5_GL_AVAILABLE diff --git a/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash b/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash index 1d4f33853b..771e8235ce 100644 --- a/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash +++ b/package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtgraphicaleffects-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtgraphicaleffects-opensource-src-5.4.0.tar.xz.mirrorlist sha256 a43f10e532180eb8400fec65752b36c1adaa9aaf672146035ef630d324a38b19 qtgraphicaleffects-opensource-src-5.4.0.tar.xz sha1 b83755ae9457d7a43691e6668a7f7330ff373bdf qtgraphicaleffects-opensource-src-5.4.0.tar.xz md5 4d26d56c55b0117c37d96e85755da6a4 qtgraphicaleffects-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5imageformats/Config.in b/package/qt5/qt5imageformats/Config.in index f976caff2a..4dd848e41f 100644 --- a/package/qt5/qt5imageformats/Config.in +++ b/package/qt5/qt5imageformats/Config.in @@ -8,4 +8,4 @@ config BR2_PACKAGE_QT5IMAGEFORMATS This package corresponds to the qt5imageformats module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5imageformats/qt5imageformats.hash b/package/qt5/qt5imageformats/qt5imageformats.hash index 9ab01068ec..829f94b389 100644 --- a/package/qt5/qt5imageformats/qt5imageformats.hash +++ b/package/qt5/qt5imageformats/qt5imageformats.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtimageformats-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtimageformats-opensource-src-5.4.0.tar.xz.mirrorlist sha256 c89b678df71e44f8cff7b5f8362b7d61430a7aa7cd70147be1267d87ac8fe046 qtimageformats-opensource-src-5.4.0.tar.xz sha1 6590b61c51a186837c3d2058d8192886d970f92a qtimageformats-opensource-src-5.4.0.tar.xz md5 608dbe53d5d3a0872eb20025b681d1dc qtimageformats-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5multimedia/Config.in b/package/qt5/qt5multimedia/Config.in index 36128ebe64..59c3984781 100644 --- a/package/qt5/qt5multimedia/Config.in +++ b/package/qt5/qt5multimedia/Config.in @@ -9,4 +9,4 @@ config BR2_PACKAGE_QT5MULTIMEDIA This package corresponds to the qt5multimedia module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5multimedia/qt5multimedia.hash b/package/qt5/qt5multimedia/qt5multimedia.hash index 61934922b8..438bcb30b5 100644 --- a/package/qt5/qt5multimedia/qt5multimedia.hash +++ b/package/qt5/qt5multimedia/qt5multimedia.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtmultimedia-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtmultimedia-opensource-src-5.4.0.tar.xz.mirrorlist sha256 5ab9dba27ae64123f2d0124b6884da276d8982aa959d65aa44125f758ef9af51 qtmultimedia-opensource-src-5.4.0.tar.xz sha1 a66fe5538f554957f60fc160121a3b0e7e72753b qtmultimedia-opensource-src-5.4.0.tar.xz md5 3a6a415813b54a54cf283a5e2906e012 qtmultimedia-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in index c44a15fe0a..16076ebadd 100644 --- a/package/qt5/qt5quick1/Config.in +++ b/package/qt5/qt5quick1/Config.in @@ -15,7 +15,7 @@ config BR2_PACKAGE_QT5QUICK1 This package corresponds to the qt5quick1 module. - http://qt-project.org + http://qt.io comment "qt5quick1 needs a toolchain w/ dynamic library" depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE diff --git a/package/qt5/qt5quick1/qt5quick1.hash b/package/qt5/qt5quick1/qt5quick1.hash index a51b7ec176..aae2b262bb 100644 --- a/package/qt5/qt5quick1/qt5quick1.hash +++ b/package/qt5/qt5quick1/qt5quick1.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtquick1-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtquick1-opensource-src-5.4.0.tar.xz.mirrorlist sha256 d5a8b77c1c4832383f3c5a39c6dc60e992e61e684e7fbbdf9a208c31d9d032dc qtquick1-opensource-src-5.4.0.tar.xz sha1 d4af107f1227f111b7a65924d2ce5e3c08c7ee20 qtquick1-opensource-src-5.4.0.tar.xz md5 c1c5b1072137773d308c8b498cf35d05 qtquick1-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5quickcontrols/Config.in b/package/qt5/qt5quickcontrols/Config.in index aae3d896eb..0fe8465e2e 100644 --- a/package/qt5/qt5quickcontrols/Config.in +++ b/package/qt5/qt5quickcontrols/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_QT5QUICKCONTROLS This package corresponds to the qt5quickcontrols module. - http://qt-project.org + http://qt.io comment "qt5quickcontrols needs an OpenGL-capable backend" depends on !BR2_PACKAGE_QT5_GL_AVAILABLE diff --git a/package/qt5/qt5quickcontrols/qt5quickcontrols.hash b/package/qt5/qt5quickcontrols/qt5quickcontrols.hash index ad81f7eb85..3fe4e187a7 100644 --- a/package/qt5/qt5quickcontrols/qt5quickcontrols.hash +++ b/package/qt5/qt5quickcontrols/qt5quickcontrols.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtquickcontrols-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtquickcontrols-opensource-src-5.4.0.tar.xz.mirrorlist sha256 b59f43333291c3e73f9a9f92706a4c98d4d810b4efd6803a4edd3f1658fae61e qtquickcontrols-opensource-src-5.4.0.tar.xz sha1 1d8dd4a0b1c69e14805c59d4676c8406c65a4114 qtquickcontrols-opensource-src-5.4.0.tar.xz md5 6d2b408526b6197ff2edc32ac3238252 qtquickcontrols-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5script/Config.in b/package/qt5/qt5script/Config.in index f755d1e095..5313e9038a 100644 --- a/package/qt5/qt5script/Config.in +++ b/package/qt5/qt5script/Config.in @@ -8,4 +8,4 @@ config BR2_PACKAGE_QT5SCRIPT This package corresponds to the qt5script module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5script/qt5script.hash b/package/qt5/qt5script/qt5script.hash index ae2aea6502..19068d371b 100644 --- a/package/qt5/qt5script/qt5script.hash +++ b/package/qt5/qt5script/qt5script.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtscript-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtscript-opensource-src-5.4.0.tar.xz.mirrorlist sha256 f5f35702ec36f24b17878348af1aa1ecf93056a9ddf475097b3fdd52c3330ed0 qtscript-opensource-src-5.4.0.tar.xz sha1 7ca8d6ccbc97fb24a9e76b69eeaa5e7e9c321955 qtscript-opensource-src-5.4.0.tar.xz md5 b38b35643d85aea25ff1cbea84f76a82 qtscript-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5sensors/Config.in b/package/qt5/qt5sensors/Config.in index 3e1c4b7c5a..741ebba142 100644 --- a/package/qt5/qt5sensors/Config.in +++ b/package/qt5/qt5sensors/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_QT5SENSORS This package corresponds to the qt5sensors module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5sensors/qt5sensors.hash b/package/qt5/qt5sensors/qt5sensors.hash index e703945767..65dd262e7d 100644 --- a/package/qt5/qt5sensors/qt5sensors.hash +++ b/package/qt5/qt5sensors/qt5sensors.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtsensors-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtsensors-opensource-src-5.4.0.tar.xz.mirrorlist sha256 8a0f33ccf572b9fbcdc46fca602d75270979a2f851b6a1f399d039b1f7aae159 qtsensors-opensource-src-5.4.0.tar.xz sha1 5fe798541707acfe7a4955076a0d27d8d58f4d15 qtsensors-opensource-src-5.4.0.tar.xz md5 044f7d3f92c45dd76072077826ca4a07 qtsensors-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5serialport/Config.in b/package/qt5/qt5serialport/Config.in index 772de88805..c419d17dd0 100644 --- a/package/qt5/qt5serialport/Config.in +++ b/package/qt5/qt5serialport/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_QT5SERIALPORT This package corresponds to the qt5serialport module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5serialport/qt5serialport.hash b/package/qt5/qt5serialport/qt5serialport.hash index c99670db88..0259ec4061 100644 --- a/package/qt5/qt5serialport/qt5serialport.hash +++ b/package/qt5/qt5serialport/qt5serialport.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtserialport-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtserialport-opensource-src-5.4.0.tar.xz.mirrorlist sha256 0fc619ef714f5b920ff19ec811b6459c849fafcc697ef4091dbb74e45bd058c3 qtserialport-opensource-src-5.4.0.tar.xz sha1 ccfc39045d803405ec36bcfdbf281417dd96663a qtserialport-opensource-src-5.4.0.tar.xz md5 691b0b71e4ad791a37e288b41979662c qtserialport-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5svg/Config.in b/package/qt5/qt5svg/Config.in index 27e6b05da6..e1acafbfea 100644 --- a/package/qt5/qt5svg/Config.in +++ b/package/qt5/qt5svg/Config.in @@ -8,4 +8,4 @@ config BR2_PACKAGE_QT5SVG This package corresponds to the qt5svg module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5svg/qt5svg.hash b/package/qt5/qt5svg/qt5svg.hash index f5412be296..82bb663e5f 100644 --- a/package/qt5/qt5svg/qt5svg.hash +++ b/package/qt5/qt5svg/qt5svg.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtsvg-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtsvg-opensource-src-5.4.0.tar.xz.mirrorlist sha256 68ee762bacc7b63aea29f446549ee6daae46e6fe2120e2460f30d47accc2b789 qtsvg-opensource-src-5.4.0.tar.xz sha1 b49d9974dd83c82887a076f9093250cb9fcceea7 qtsvg-opensource-src-5.4.0.tar.xz md5 1c9921a44060bd98096b105c97556e68 qtsvg-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5webkit-examples/Config.in b/package/qt5/qt5webkit-examples/Config.in index 6260f03283..e7610c2088 100644 --- a/package/qt5/qt5webkit-examples/Config.in +++ b/package/qt5/qt5webkit-examples/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_QT5WEBKIT_EXAMPLES This package contains examples for the qt5webkit module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5webkit-examples/qt5webkit-examples.hash b/package/qt5/qt5webkit-examples/qt5webkit-examples.hash index 9061b4ef41..b0c3bad865 100644 --- a/package/qt5/qt5webkit-examples/qt5webkit-examples.hash +++ b/package/qt5/qt5webkit-examples/qt5webkit-examples.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtwebkit-examples-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtwebkit-examples-opensource-src-5.4.0.tar.xz.mirrorlist sha256 b02a2f3d381e66e83fbf972416ad376e2a03ccfa8b4371867c83970bf0f0e9f6 qtwebkit-examples-opensource-src-5.4.0.tar.xz sha1 5c03fb53826f22891739b8d537257070aef7e07a qtwebkit-examples-opensource-src-5.4.0.tar.xz md5 369617a40e64b93686cebd12a99916c0 qtwebkit-examples-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in index 25f0a8567e..419e393d4e 100644 --- a/package/qt5/qt5webkit/Config.in +++ b/package/qt5/qt5webkit/Config.in @@ -15,4 +15,4 @@ config BR2_PACKAGE_QT5WEBKIT This package corresponds to the qt5webkit module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5webkit/qt5webkit.hash b/package/qt5/qt5webkit/qt5webkit.hash index ac5c444b77..e234f8a39d 100644 --- a/package/qt5/qt5webkit/qt5webkit.hash +++ b/package/qt5/qt5webkit/qt5webkit.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtwebkit-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtwebkit-opensource-src-5.4.0.tar.xz.mirrorlist sha256 6c672207765d5d2e88aa14b72b3876ad7bce453397a02e1a3d6e4670a8d188c1 qtwebkit-opensource-src-5.4.0.tar.xz sha1 e5e92e126bb673dadc329bc726c21bf4f994d829 qtwebkit-opensource-src-5.4.0.tar.xz md5 e62d72c410dffe5129043f80f624c896 qtwebkit-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5websockets/Config.in b/package/qt5/qt5websockets/Config.in index be693c7c44..385a07c9fa 100644 --- a/package/qt5/qt5websockets/Config.in +++ b/package/qt5/qt5websockets/Config.in @@ -8,4 +8,4 @@ config BR2_PACKAGE_QT5WEBSOCKETS This package corresponds to the qt5websockets module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5websockets/qt5websockets.hash b/package/qt5/qt5websockets/qt5websockets.hash index 352be5079d..748c97d329 100644 --- a/package/qt5/qt5websockets/qt5websockets.hash +++ b/package/qt5/qt5websockets/qt5websockets.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtwebsockets-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtwebsockets-opensource-src-5.4.0.tar.xz.mirrorlist sha256 2acd274a4a983cdd2288678d9005429fded51b5277d0621c4a953fa4f4f4cbdf qtwebsockets-opensource-src-5.4.0.tar.xz sha1 d0b7e62bbdd634de01d5321f94a4bdff8b228cf5 qtwebsockets-opensource-src-5.4.0.tar.xz md5 0c406bca48296d0d99cc93b00f40aca7 qtwebsockets-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5x11extras/Config.in b/package/qt5/qt5x11extras/Config.in index 79ff9b95e1..6fc2c0ade6 100644 --- a/package/qt5/qt5x11extras/Config.in +++ b/package/qt5/qt5x11extras/Config.in @@ -8,4 +8,4 @@ config BR2_PACKAGE_QT5X11EXTRAS This package corresponds to the qt5x11extras module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5x11extras/qt5x11extras.hash b/package/qt5/qt5x11extras/qt5x11extras.hash index a6de3e70e9..4a842324c5 100644 --- a/package/qt5/qt5x11extras/qt5x11extras.hash +++ b/package/qt5/qt5x11extras/qt5x11extras.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtx11extras-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtx11extras-opensource-src-5.4.0.tar.xz.mirrorlist sha256 a3c66bc9e2b877109073f27bbc7865489fa1ed548584f5fc87c371380dc1474c qtx11extras-opensource-src-5.4.0.tar.xz sha1 999026cf8389c66af22ffb29767b87b1a793595b qtx11extras-opensource-src-5.4.0.tar.xz md5 f3a7b9b20dd5f19fc5ed12ef030c59b7 qtx11extras-opensource-src-5.4.0.tar.xz diff --git a/package/qt5/qt5xmlpatterns/Config.in b/package/qt5/qt5xmlpatterns/Config.in index 6ea746639d..8c82656c5d 100644 --- a/package/qt5/qt5xmlpatterns/Config.in +++ b/package/qt5/qt5xmlpatterns/Config.in @@ -7,4 +7,4 @@ config BR2_PACKAGE_QT5XMLPATTERNS This package corresponds to the qt5xmlpatterns module. - http://qt-project.org + http://qt.io diff --git a/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash b/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash index 0ca8dac00e..da769dcf6b 100644 --- a/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash +++ b/package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash @@ -1,4 +1,4 @@ -# Hashes from: http://download.qt-project.org/official_releases/qt/5.4/5.4.0/submodules/qtxmlpatterns-opensource-src-5.4.0.tar.xz.mirrorlist +# Hashes from: http://download.qt.io/official_releases/qt/5.4/5.4.0/submodules/qtxmlpatterns-opensource-src-5.4.0.tar.xz.mirrorlist sha256 791c697b9bc7a5384e3d0dbec56af7f2194fe7dc91f8b1e0fd502089135e5425 qtxmlpatterns-opensource-src-5.4.0.tar.xz sha1 e6d08bca4186b8c10e669836e5f6133ad59c9cce qtxmlpatterns-opensource-src-5.4.0.tar.xz md5 5ad30d6b478d4e5d71e9c5bef3f3fbf7 qtxmlpatterns-opensource-src-5.4.0.tar.xz -- 2.30.2