From: Aleksey Vasilenko Date: Sun, 9 Jun 2024 08:46:16 +0000 (+0300) Subject: gnuplot: update to 6.0.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1923a5f213477d7e7fe445074261388414a4ccc0;p=feed%2Fpackages.git gnuplot: update to 6.0.1 Signed-off-by: Aleksey Vasilenko --- diff --git a/utils/gnuplot/Makefile b/utils/gnuplot/Makefile index cee0c16cc2..4ec055d2c8 100644 --- a/utils/gnuplot/Makefile +++ b/utils/gnuplot/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnuplot -PKG_VERSION:=6.0.0 +PKG_VERSION:=6.0.1 PKG_RELEASE:=1 PKG_MAINTAINER:=Matteo Cicuttin PKG_CPE_ID:=cpe:/a:gnuplot_project:gnuplot @@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:gnuplot_project:gnuplot PKG_BUILD_DIR:=$(BUILD_DIR)/gnuplot-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gnuplot -PKG_HASH:=635a28f0993f6ab0d1179e072ad39b8139d07f51237f841d93c6c2ff4b1758ec +PKG_HASH:=e85a660c1a2a1808ff24f7e69981ffcbac66a45c9dcf711b65610b26ea71379a PKG_CAT:=zcat PKG_FIXUP:=autoreconf @@ -47,4 +47,3 @@ define Package/gnuplot/install endef $(eval $(call BuildPackage,gnuplot)) -