gnuplot: update to 6.0.1
authorAleksey Vasilenko <aleksey.vasilenko@gmail.com>
Sun, 9 Jun 2024 08:46:16 +0000 (11:46 +0300)
committerRosen Penev <rosenp@gmail.com>
Mon, 10 Jun 2024 01:47:54 +0000 (18:47 -0700)
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
utils/gnuplot/Makefile

index cee0c16cc216bf6002c46fcc3c61d7d06b91296e..4ec055d2c819583e480ceda4dd74a35b7bc0f866 100644 (file)
@@ -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 <datafl4sh@toxicnet.eu>
 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))
-