diff options
author | Steven Barth <steven@midlink.org> | 2015-01-12 12:39:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-01-12 12:39:14 +0000 |
commit | 6586ff011ea89d54975ec2aa115d774662ef2214 (patch) | |
tree | c0474d1885413b8124a16fc019713eb665b04e1e /package/network/utils/nftables/Makefile | |
parent | 1a87ce75daa1cd210394993c28eca0739b6888c8 (diff) | |
download | master-187ad058-6586ff011ea89d54975ec2aa115d774662ef2214.tar.gz master-187ad058-6586ff011ea89d54975ec2aa115d774662ef2214.tar.bz2 master-187ad058-6586ff011ea89d54975ec2aa115d774662ef2214.zip |
nftables: bump again and disable building docs
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43948 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5816aa0f9f..9ee4412280 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables PKG_VERSION:=0.4+2015-01-12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 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:=b17e27f472adc2e82582d90df0111d5b95c8afe0 +PKG_SOURCE_VERSION:=5eec8c95e7ed4e4261f4afc943c7fc792cc95365 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |