diff --git a/src/qtifw-1-fixes.patch b/src/qtifw-1-fixes.patch index 7d8ae9b0..5f2f8837 100644 --- a/src/qtifw-1-fixes.patch +++ b/src/qtifw-1-fixes.patch @@ -5,7 +5,7 @@ Contains ad hoc patches for cross building. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 19 Jan 2020 13:27:42 +1100 -Subject: [PATCH 1/2] fixes +Subject: [PATCH 1/1] fixes diff --git a/installerfw.pro b/installerfw.pro @@ -82,34 +82,3 @@ index 1111111..2222222 100644 namespace QInstaller { - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Tony Theodore -Date: Sun, 19 Jan 2020 13:28:53 +1100 -Subject: [PATCH 2/2] fixes for Qt 5.14 update - - -diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp -index 1111111..2222222 100644 ---- a/src/libs/installer/component.cpp -+++ b/src/libs/installer/component.cpp -@@ -50,7 +50,6 @@ - - #include - --#include - #include - #include - -diff --git a/src/libs/installer/extractarchiveoperation.cpp b/src/libs/installer/extractarchiveoperation.cpp -index 1111111..2222222 100644 ---- a/src/libs/installer/extractarchiveoperation.cpp -+++ b/src/libs/installer/extractarchiveoperation.cpp -@@ -30,6 +30,7 @@ - - #include "constants.h" - -+#include - #include - #include - #include diff --git a/src/qtifw.mk b/src/qtifw.mk index 542a91c2..20a85f2a 100644 --- a/src/qtifw.mk +++ b/src/qtifw.mk @@ -4,8 +4,8 @@ PKG := qtifw $(PKG)_WEBSITE := https://doc.qt.io/qtinstallerframework/index.html $(PKG)_DESCR := Qt Installer Framework $(PKG)_IGNORE := -$(PKG)_VERSION := 3.2.0 -$(PKG)_CHECKSUM := 7cd0d7b86fbe63b101f263b6532485df3a2d336cc0026b47eb866dae134e319f +$(PKG)_VERSION := 3.2.2 +$(PKG)_CHECKSUM := d4793b891acaa06938e4bfc5367e024bc132108f819b48da0e8a97feab555ce9 $(PKG)_FILE := qtifw-$($(PKG)_VERSION).tar $(PKG)_URL := https://download.qt.io/official_releases/qt-installer-framework/$($(PKG)_VERSION)/qt-installer-framework-opensource-src-$($(PKG)_VERSION).tar.gz $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)