diff options
Diffstat (limited to 'utils/gnuplot/Makefile')
-rw-r--r-- | utils/gnuplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/gnuplot/Makefile b/utils/gnuplot/Makefile index 6e4d7a6bf..267c6fed6 100644 --- a/utils/gnuplot/Makefile +++ b/utils/gnuplot/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnuplot -PKG_VERSION:=5.2.8 -PKG_RELEASE:=1 +PKG_VERSION:=5.4.0 +PKG_RELEASE:=2 PKG_MAINTAINER:=Matteo Cicuttin <datafl4sh@toxicnet.eu> PKG_BUILD_DIR:=$(BUILD_DIR)/gnuplot-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gnuplot -PKG_HASH:=60a6764ccf404a1668c140f11cc1f699290ab70daa1151bb58fed6139a28ac37 +PKG_HASH:=eb4082f03a399fd1e9e2b380cf7a4f785e77023d8dcc7e17570c1b5570a49c47 PKG_CAT:=zcat PKG_FIXUP:=autoreconf |