changeset 5230:0656d539f112

* src/gnuplot.mk: update to v5.2.8
author John Donoghue
date Wed, 04 Dec 2019 15:34:11 -0500
parents 8067c3765233
children ad00dd601316
files src/gnuplot.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnuplot.mk	Wed Dec 04 15:34:10 2019 -0500
+++ b/src/gnuplot.mk	Wed Dec 04 15:34:11 2019 -0500
@@ -3,8 +3,8 @@
 
 PKG             := gnuplot
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 5.2.7
-$(PKG)_CHECKSUM := fcd54ed0b1e5d7dda8151602b7198f0040462c70
+$(PKG)_VERSION  := 5.2.8
+$(PKG)_CHECKSUM := dc018b1e0a31b770d4635958badff13498babc4d
 $(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)