From 1ebd29059ab4cca6e318ca4f5bb051ca22d64f9f Mon Sep 17 00:00:00 2001 From: Wolfgang Dautermann Date: Tue, 21 Jul 2020 08:00:26 +0200 Subject: [PATCH] Windows installer: update ABCL and wxMaxima. --- crosscompile-windows/abcl/CMakeLists.txt | 4 ++-- crosscompile-windows/wxmaxima/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crosscompile-windows/abcl/CMakeLists.txt b/crosscompile-windows/abcl/CMakeLists.txt index 96ce6e9e9..a3c0fc160 100644 --- a/crosscompile-windows/abcl/CMakeLists.txt +++ b/crosscompile-windows/abcl/CMakeLists.txt @@ -1,5 +1,5 @@ -set(ABCL_VERSION 1.7.0) -set(ABCL_MD5 "3272aff313191d87058bd7f6b72471cf") +set(ABCL_VERSION 1.7.1) +set(ABCL_MD5 "3af3d048a77a93564bc338947f40a31c") set(ABCL_URL "https://abcl.org/releases/${ABCL_VERSION}/abcl-bin-${ABCL_VERSION}.tar.gz") externalproject_add(abcl diff --git a/crosscompile-windows/wxmaxima/CMakeLists.txt b/crosscompile-windows/wxmaxima/CMakeLists.txt index 68782138f..b9981b0bd 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.6") +set(WXMAXIMAVERSION "20.07.0") -set(WXMAXIMA_MD5 "488ffee27214784e2b5cbe020148b06e") +set(WXMAXIMA_MD5 "c2f346c64a3078b82ca46787e3e8169f") set(WXMAXIMA_URL "https://github.com/wxmaxima-developers/wxmaxima/archive/Version-${WXMAXIMAVERSION}.tar.gz") -- 2.11.4.GIT