changeset 4712:724cc4740357

* src/gnuplot.mk: update to v5.2.3
author John Donoghue
date Thu, 24 May 2018 16:20:08 -0400
parents 3509410a8570
children 1ee778801e7c
files src/gnuplot.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnuplot.mk	Thu May 24 16:12:05 2018 -0400
+++ b/src/gnuplot.mk	Thu May 24 16:20:08 2018 -0400
@@ -3,8 +3,8 @@
 
 PKG             := gnuplot
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 5.2.2
-$(PKG)_CHECKSUM := fc39158851f39e48136d2bdd3f753bf46a99965c
+$(PKG)_VERSION  := 5.2.3
+$(PKG)_CHECKSUM := e2309d64fdcce347dccb90efaa229f656c592751
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := gnuplot-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://sourceforge.net/projects/gnuplot/files/gnuplot/$($(PKG)_VERSION)/$($(PKG)_FILE)