comparison src/gnuplot.mk @ 4177:16b2ee1a1b5d

gnuplot: update for 5.0.4 * src/gnuplot.mk: update version, checksum * src/gnuplot-1-fixes.patch: updated patch
author "lostbard" <john.donoghue@ieee.org>
date Fri, 15 Jul 2016 10:24:05 -0400
parents 717e989767e3
children 8f864b4ea93b
comparison
equal deleted inserted replaced
4176:a543952ed731 4177:16b2ee1a1b5d
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.3 6 $(PKG)_VERSION := 5.0.4
7 $(PKG)_CHECKSUM := 7ec8b4221ee5406f1beeac4f9db794acb501dc2b 7 $(PKG)_CHECKSUM := 3a616a1beca8e86662afcc9d368aad6847ed4e0f
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