comparison src/gnuplot.mk @ 4712:724cc4740357

* src/gnuplot.mk: update to v5.2.3
author John Donoghue
date Thu, 24 May 2018 16:20:08 -0400
parents fc9edc9be940
children a492f79fd69a
comparison
equal deleted inserted replaced
4711:3509410a8570 4712:724cc4740357
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gnuplot 4 PKG := gnuplot
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.2.2 6 $(PKG)_VERSION := 5.2.3
7 $(PKG)_CHECKSUM := fc39158851f39e48136d2bdd3f753bf46a99965c 7 $(PKG)_CHECKSUM := e2309d64fdcce347dccb90efaa229f656c592751
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := gnuplot-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := gnuplot-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://sourceforge.net/projects/gnuplot/files/gnuplot/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://sourceforge.net/projects/gnuplot/files/gnuplot/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12