diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-11-16 15:23:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-11-17 10:31:55 +0100 |
commit | d4a119ccc42f5b93a2e33f99438a86cc5ee1fb00 (patch) | |
tree | 123f22b5322493c3caeb66aefc0d3ff6623f6a9f /package/qt5/qt5webkit/qt5webkit.hash | |
parent | 793a2f3ea8a1667e9ceca076510513caa14824c6 (diff) | |
download | buildroot-d4a119ccc42f5b93a2e33f99438a86cc5ee1fb00.tar.gz buildroot-d4a119ccc42f5b93a2e33f99438a86cc5ee1fb00.zip |
qt5webkit: correct download URL and hash for 5.6 variant
Commit 06a4975d4bd03 (qt5: bump LTS version to 5.6.3) added an empty hash
for the 5.6.3 variant of qt5webkit, causing failures.
It also forgot to adjust the download URL as the qt5webkit tarballs are no
longer available under official_releases/ like the other submodules, but only
under community_releases/.
Fix both issues.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5webkit/qt5webkit.hash')
-rw-r--r-- | package/qt5/qt5webkit/qt5webkit.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/qt5webkit/qt5webkit.hash b/package/qt5/qt5webkit/qt5webkit.hash index 1a5e72664f..aa3a71c8d0 100644 --- a/package/qt5/qt5webkit/qt5webkit.hash +++ b/package/qt5/qt5webkit/qt5webkit.hash @@ -1,5 +1,5 @@ -# Hash from: http://download.qt.io/snapshots/qt/5.6/5.6.3/latest_src/submodules/qtwebkit-opensource-src-5.6.3.tar.xz.mirrorlist -sha256 qtwebkit-opensource-src-5.6.3.tar.xz +# Hash from: http://download.qt.io/community_releases/5.6/5.6.3/qtwebkit-opensource-src-5.6.3.tar.xz.mirrorlist +sha256 098c6bb25798fbf1b619b540621287787064efc9b586d76ac0ce7e39b87a3896 qtwebkit-opensource-src-5.6.3.tar.xz # hash from: http://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtwebkit-opensource-src-5.9.1.tar.xz.mirrorlist sha256 28a560becd800a4229bfac317c2e5407cd3cc95308bc4c3ca90dba2577b052cf qtwebkit-opensource-src-5.9.1.tar.xz |