diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-08-03 12:08:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 12:08:40 -0700 |
commit | 3b0fb73be6fc8b6a9193d09219c81823872e31f7 (patch) | |
tree | 3ea4f1ec18ee5a33508f01b175510c145047647a | |
parent | 1557ac367a4fd5cdd33ec53a36d075fe001aeb8c (diff) | |
parent | d21dc8c78f23114d8eed30af1682a1a60a24fba1 (diff) |
Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2
gnuplot: Updated gnuplot to 5.4.2
-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 5789a532f..3b57cc257 100644 --- a/utils/gnuplot/Makefile +++ b/utils/gnuplot/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnuplot -PKG_VERSION:=5.4.1 -PKG_RELEASE:=1 +PKG_VERSION:=5.4.2 +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:=6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e +PKG_HASH:=e57c75e1318133951d32a83bcdc4aff17fed28722c4e71f2305cfc2ae1cae7ba PKG_CAT:=zcat PKG_FIXUP:=autoreconf |