Skip to content

Commit

Permalink
nftables: update to version 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Feb 15, 2018
1 parent e7c1793 commit 9574551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/network/utils/nftables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=nftables
PKG_VERSION:=0.8.1
PKG_VERSION:=0.8.2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
PKG_HASH:=8aead66cce70d68c70e4be917813abcbcf62811ee6de4c7761d0e34391772fc4
PKG_HASH:=675f0aaf88f11e7eacef63dc89cb65d207d9e09c3ea6d518f0ebbb013f0767ec
PKG_MAINTAINER:=Steven Barth <[email protected]>
PKG_LICENSE:=GPL-2.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,5 +2,4 @@ ACLOCAL_AMFLAGS = -I m4
@@ -2,7 +2,6 @@ ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src \
include \
- doc \
files

EXTRA_DIST = tests

0 comments on commit 9574551

Please sign in to comment.