comparison src/gnuplot.mk @ 4640:fc9edc9be940

gnuplot: update to 5.2.2 * src/gnuplot.mk: update version, checksum * src/gnuplot-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Sun, 25 Mar 2018 07:43:20 -0400
parents dc3eb553f5e9
children 724cc4740357
comparison
equal deleted inserted replaced
4639:abed69834834 4640:fc9edc9be940
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.0.7 6 $(PKG)_VERSION := 5.2.2
7 $(PKG)_CHECKSUM := 6cdb03ebd096ef020f4653a1f4faf76ba9bce495 7 $(PKG)_CHECKSUM := fc39158851f39e48136d2bdd3f753bf46a99965c
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