From 8c4ec7faa3b687179bb0475c33def6531eb92f9f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 10 May 2022 14:41:20 -0500 Subject: [PATCH] nfdump: update to 1.6.24 Signed-off-by: W. Michael Petullo (cherry picked from commit d3b96a4b26ef278b3d38d47b88ae221aa967492f) --- net/nfdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nfdump/Makefile b/net/nfdump/Makefile index 59b45df31c..6496352cb6 100644 --- a/net/nfdump/Makefile +++ b/net/nfdump/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nfdump -PKG_VERSION:=1.6.23 +PKG_VERSION:=1.6.24 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/phaag/nfdump/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=8c5a7959e66bb90fcbd8ad508933a14ebde4ccf7f4ae638d8f18c9473c63af33 +PKG_HASH:=11ea7ecba405d57076c321f6f77491f1c64538062630131c98ac62dc4870545e PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=BSD-3-Clause