From: Nick Hainke Date: Mon, 13 Mar 2023 22:24:24 +0000 (+0100) Subject: nftables: update to 1.0.7 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ab514c28a8ca3a07a3b9c85965f8ac60bb63ea0f;p=openwrt%2Fstaging%2Fdedeckeh.git nftables: update to 1.0.7 Release Notes: https://marc.info/?l=netfilter-devel&m=167873533214563&w=2 Signed-off-by: Nick Hainke --- diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 2010aaf65c..9a180a0953 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=1.0.6 +PKG_VERSION:=1.0.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files -PKG_HASH:=2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c +PKG_HASH:=c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0