diff options
author | Mark Brand <mabrand@mabrand.nl> | 2020-05-26 08:36:15 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2020-05-26 10:10:18 (GMT) |
commit | 4ab8b10693489afea51df1b5361b276228786171 (patch) | |
tree | c7a3c1f401085aa8c21c802bb7ae62b76a0a7e64 /src/qt3d.mk | |
parent | d63639ff6e39d66d5b0d489ef17840af522e6dca (diff) | |
download | mxe-4ab8b10693489afea51df1b5361b276228786171.zip mxe-4ab8b10693489afea51df1b5361b276228786171.tar.gz mxe-4ab8b10693489afea51df1b5361b276228786171.tar.bz2 |
qt5: update to 5.15.0
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 b509bd4..0d2aef1 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 := 9da82f1cc4b7d416d31ec96224c59d221473a48f6e579eef978f7d2e3932c674 +$(PKG)_CHECKSUM := 61856f0c453b79e98b7a1e65ea8f59976fa78230ffa8dec959b5f4b45383dffd $(PKG)_SUBDIR = $(subst qtbase,qt3d,$(qtbase_SUBDIR)) $(PKG)_FILE = $(subst qtbase,qt3d,$(qtbase_FILE)) $(PKG)_URL = $(subst qtbase,qt3d,$(qtbase_URL)) |