From 2af66a09e2c72c557d303a972d32317f1be401a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Dautermann Date: Thu, 30 May 2019 11:37:54 +0200 Subject: [PATCH] Windows installer: update Gnuplot (cherry picked from commit 44973c3920787d5318d9c48f5da59c3aec778fb5) --- crosscompile-windows/gnuplot/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crosscompile-windows/gnuplot/CMakeLists.txt b/crosscompile-windows/gnuplot/CMakeLists.txt index fdf9c7d41..56387cc0e 100644 --- a/crosscompile-windows/gnuplot/CMakeLists.txt +++ b/crosscompile-windows/gnuplot/CMakeLists.txt @@ -9,15 +9,15 @@ # If no further patches are needed, you should get a # updated setup-file automatically. -set(GNUPLOTVERSION 5.2.6) +set(GNUPLOTVERSION 5.2.7) string(REPLACE "." "" GNUPLOTVERSIONWITHOUTDOTS "${GNUPLOTVERSION}") if(BUILD_64BIT) - set(GNUPLOT_MD5 "d4aaa64378c8c0cfaa0075b3cee50730") + set(GNUPLOT_MD5 "c1565db5fc5f857b7a06bb14926c3145") set(GNUPLOT_URL "http://sourceforge.net/projects/gnuplot/files/gnuplot/${GNUPLOTVERSION}/gp${GNUPLOTVERSIONWITHOUTDOTS}-win64-mingw.7z") else() - set(GNUPLOT_MD5 "1c77ef0b55065deac3fc8c5e0ab77702") + set(GNUPLOT_MD5 "228d25b13e4ce7358a99edc7efa574be") set(GNUPLOT_URL "http://sourceforge.net/projects/gnuplot/files/gnuplot/${GNUPLOTVERSION}/gp${GNUPLOTVERSIONWITHOUTDOTS}-win32-mingw.7z") endif() -- 2.11.4.GIT