summaryrefslogtreecommitdiffstats
path: root/src/qtwebkit.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-07-29 13:05:33 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-07-31 19:58:03 (GMT)
commitf265e069986b82ef55b977f9396886215c0dbd93 (patch)
tree04bcfb6e4d31973682521d8483cd1c902e1f801d /src/qtwebkit.mk
parent030efef3b646e9c23c23c76341ac1ce53342073a (diff)
downloadmxe-f265e069986b82ef55b977f9396886215c0dbd93.zip
mxe-f265e069986b82ef55b977f9396886215c0dbd93.tar.gz
mxe-f265e069986b82ef55b977f9396886215c0dbd93.tar.bz2
upgrade qt5 packages to Qt 5.9.1
Diffstat (limited to 'src/qtwebkit.mk')
-rw-r--r--src/qtwebkit.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qtwebkit.mk b/src/qtwebkit.mk
index 0d52454..c3bcd5d 100644
--- a/src/qtwebkit.mk
+++ b/src/qtwebkit.mk
@@ -5,10 +5,10 @@ $(PKG)_WEBSITE := https://www.qt.io/
$(PKG)_DESCR := Qt
$(PKG)_IGNORE :=
$(PKG)_VERSION = $(qtbase_VERSION)
-$(PKG)_CHECKSUM := 8dad193b740055a998312e04a040f2e32a923c0823b2d239b24eab08276a4e04
+$(PKG)_CHECKSUM := 28a560becd800a4229bfac317c2e5407cd3cc95308bc4c3ca90dba2577b052cf
$(PKG)_SUBDIR = $(subst qtbase,qtwebkit,$(qtbase_SUBDIR))
$(PKG)_FILE = $(subst qtbase,qtwebkit,$(qtbase_FILE))
-$(PKG)_URL = https://download.qt.io/community_releases/5.9/5.9.0-final/$($(PKG)_FILE)
+$(PKG)_URL = $(subst qtbase,qtwebkit,$(qtbase_URL))
$(PKG)_DEPS := gcc qtbase qtmultimedia qtquickcontrols sqlite
define $(PKG)_UPDATE