summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2007-10-24 13:37:17 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2007-10-24 13:37:17 +0000
commit34d4d0ff8546f8bae2229968348382f4aca6c7e2 (patch)
treef0c291c1b9efdefa29b057b14a5350c26d698895 /rules/gnuplot.make
parent646a8bffe00275fa21b9ab291c064aef3e651993 (diff)
downloadptxdist-34d4d0ff8546f8bae2229968348382f4aca6c7e2.tar.gz
ptxdist-34d4d0ff8546f8bae2229968348382f4aca6c7e2.tar.xz
fixed download url
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7586 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.make')
-rw-r--r--rules/gnuplot.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 7eabd458b..9d1dbc879 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_GNUPLOT) += gnuplot
#
# Paths and names
#
-GNUPLOT_VERSION := 4.0.0
+GNUPLOT_VERSION := 4.2.0
GNUPLOT := gnuplot-$(GNUPLOT_VERSION)
GNUPLOT_SUFFIX := tar.gz
-GNUPLOT_URL := ftp://ftp.gnuplot.info/pub/gnuplot/$(GNUPLOT).$(GNUPLOT_SUFFIX)
+GNUPLOT_URL := $(PTXCONF_SETUP_SFMIRROR)/gnuplot/$(GNUPLOT).$(GNUPLOT_SUFFIX)
GNUPLOT_SOURCE := $(SRCDIR)/$(GNUPLOT).$(GNUPLOT_SUFFIX)
GNUPLOT_DIR := $(BUILDDIR)/$(GNUPLOT)