diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-09-29 08:35:18 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-09-29 08:35:18 +0000 |
commit | c2f510f2bd3c47562b82f74675baebf56d484cb1 (patch) | |
tree | c549d72daa52d4953216b476765ad1d0ecf328a8 /package/network/utils/nftables/Makefile | |
parent | af8367a00bd0dfd75e893eef8d74221f7250db36 (diff) | |
download | upstream-c2f510f2bd3c47562b82f74675baebf56d484cb1.tar.gz upstream-c2f510f2bd3c47562b82f74675baebf56d484cb1.tar.bz2 upstream-c2f510f2bd3c47562b82f74675baebf56d484cb1.zip |
nftables: bump for bugfixes
SVN-Revision: 42698
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r-- | package/network/utils/nftables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 8fccc65cc6..1a082571a0 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.3+2014-09-11 +PKG_VERSION:=0.3+2014-09-18 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://git.netfilter.org/nftables PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=ae355b89e7b74c28de753bf2878a8e189030ad47 +PKG_SOURCE_VERSION:=013dbc6b0a8490ba24805a8ae35d7707183b9615 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_FIXUP:=autoreconf |