From c7f6b88cd7edd0ccca3c0ab972c3d87a4994e10c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gunter=20K=C3=B6nigsmann?= Date: Fri, 5 Jun 2020 16:01:43 +0200 Subject: [PATCH] Updated the wxMaxima version number This fixes an over-zealous assert. --- crosscompile-windows/wxmaxima/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crosscompile-windows/wxmaxima/CMakeLists.txt b/crosscompile-windows/wxmaxima/CMakeLists.txt index 5580b0068..03d29942c 100644 --- a/crosscompile-windows/wxmaxima/CMakeLists.txt +++ b/crosscompile-windows/wxmaxima/CMakeLists.txt @@ -9,9 +9,9 @@ # If no further patches are needed, you should get a # updated setup-file automatically. -set(WXMAXIMAVERSION "20.06.2") +set(WXMAXIMAVERSION "20.06.3") -set(WXMAXIMA_MD5 "7a26e840a3e09451adf836284a9938cf") +set(WXMAXIMA_MD5 "cce45fbb51374d5448b56302e5677354") set(WXMAXIMA_URL "https://github.com/wxmaxima-developers/wxmaxima/archive/Version-${WXMAXIMAVERSION}.tar.gz") -- 2.11.4.GIT