# HG changeset patch # User John Donoghue # Date 1527193208 14400 # Node ID 724cc4740357236c9c07fcbef612fa055712c364 # Parent 3509410a857071b4a0cc259c6820972e3a50e253 * src/gnuplot.mk: update to v5.2.3 diff -r 3509410a8570 -r 724cc4740357 src/gnuplot.mk --- 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)