From f6e3358f452dfd7b7489545d59927751bea8bef3 Mon Sep 17 00:00:00 2001 From: Wolfgang Dautermann Date: Mon, 28 Oct 2019 16:40:57 +0100 Subject: [PATCH] Windows installer: Update wxWidgets --- crosscompile-windows/wxwidgets/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crosscompile-windows/wxwidgets/CMakeLists.txt b/crosscompile-windows/wxwidgets/CMakeLists.txt index ad79a952a..65c8ca887 100644 --- a/crosscompile-windows/wxwidgets/CMakeLists.txt +++ b/crosscompile-windows/wxwidgets/CMakeLists.txt @@ -9,9 +9,9 @@ # If no further patches are needed, you should get a # updated setup-file automatically. -set(WXWIDGETSVERSION "3.1.0") +set(WXWIDGETSVERSION "3.1.3") -set(WXWIDGETS_MD5 "e20c14bb9bf5d4ec0979a3cd7510dece") +set(WXWIDGETS_MD5 "f4bfa03a071cc20efba84fbcef9533fd") set(WXWIDGETS_URL "https://github.com/wxWidgets/wxWidgets/releases/download/v${WXWIDGETSVERSION}/wxWidgets-${WXWIDGETSVERSION}.tar.bz2") -- 2.11.4.GIT