diff options
author | Mark Brand <mabrand@mabrand.nl> | 2020-03-31 19:41:34 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2020-03-31 20:54:24 (GMT) |
commit | fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1 (patch) | |
tree | 74c98d9f35211f66e9955e6bc21debe10550ce07 /src/qt3d.mk | |
parent | 169c1da1e70307258cf763cd41f50a18071587c2 (diff) | |
download | mxe-fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1.zip mxe-fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1.tar.gz mxe-fe34c8f8488d49604bd8879b9e3bd0bd209cf6e1.tar.bz2 |
qt5: update to 5.14.2
Diffstat (limited to 'src/qt3d.mk')
-rw-r--r-- | src/qt3d.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3d.mk b/src/qt3d.mk index bee6cd4..b509bd4 100644 --- a/src/qt3d.mk +++ b/src/qt3d.mk @@ -5,7 +5,7 @@ $(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) -$(PKG)_CHECKSUM := 86f425e8bdf55b7b3f6a8384c2b9cffee30407fcf87ece0db060fdfb797a0774 +$(PKG)_CHECKSUM := 9da82f1cc4b7d416d31ec96224c59d221473a48f6e579eef978f7d2e3932c674 $(PKG)_SUBDIR = $(subst qtbase,qt3d,$(qtbase_SUBDIR)) $(PKG)_FILE = $(subst qtbase,qt3d,$(qtbase_FILE)) $(PKG)_URL = $(subst qtbase,qt3d,$(qtbase_URL)) |