diff options
author | Steven Barth <steven@midlink.org> | 2015-01-20 13:42:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-01-20 13:42:47 +0000 |
commit | eb7d207249fa471e002e2724be30572daea05e3c (patch) | |
tree | 02150647a23a5e631c84b01143858ca9645ed703 /package/network/utils | |
parent | 9b164dd29ecb36f78ba826239be27ea7f7c890fb (diff) | |
download | master-187ad058-eb7d207249fa471e002e2724be30572daea05e3c.tar.gz master-187ad058-eb7d207249fa471e002e2724be30572daea05e3c.tar.bz2 master-187ad058-eb7d207249fa471e002e2724be30572daea05e3c.zip |
nftables: bump for minor fixes
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/nftables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 9ee4412280..cde9b576c1 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.4+2015-01-12 -PKG_RELEASE:=2 +PKG_VERSION:=0.4+2015-01-13 +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:=5eec8c95e7ed4e4261f4afc943c7fc792cc95365 +PKG_SOURCE_VERSION:=9f2c370b6e8949559950f5390a2515929ecfa9e1 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |