comparison src/gnuplot.mk @ 4151:717e989767e3

gnuplot: update to 5.0.3 * src/gnuplot.mk: update version, checksum * src/gnuplot-1-fixes.patch: update patch
author John Donoghue
date Fri, 27 May 2016 09:58:12 -0400
parents aa31b3163501
children 16b2ee1a1b5d
comparison
equal deleted inserted replaced
4150:5e57f06cd77f 4151:717e989767e3
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 := 4.6.7 6 $(PKG)_VERSION := 5.0.3
7 $(PKG)_CHECKSUM := 0f76465981f4643a5a5491333aeda4d56d890622 7 $(PKG)_CHECKSUM := 7ec8b4221ee5406f1beeac4f9db794acb501dc2b
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