diff options
author | Nick Brassel <nick@tzarc.org> | 2017-07-10 17:15:00 +1000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-15 00:17:49 +0200 |
commit | eaf6f1532d78cff68153298334e9b3e513b407ed (patch) | |
tree | c9b86c6818eb2860da3db5998d5e0b2eabc8f9cb /package/network/utils/nftables/Makefile | |
parent | cd54b2d42b39da8a7704b67c878eaec720df2cc9 (diff) | |
download | upstream-eaf6f1532d78cff68153298334e9b3e513b407ed.tar.gz upstream-eaf6f1532d78cff68153298334e9b3e513b407ed.tar.bz2 upstream-eaf6f1532d78cff68153298334e9b3e513b407ed.zip |
nftables: Update to 0.7
Updated nftables to latest.
Signed-off-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-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 4fdd58265f..6ff323c9b0 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.4+2015-04-09 +PKG_VERSION:=0.7+2016-12-20 PKG_RELEASE:=1 PKG_SOURCE_URL:=git://git.netfilter.org/nftables PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=3ed296118a065caff5600e60d4f7ef18e137f9a0 -PKG_MIRROR_HASH:=7f6f6162592c848b8047e75374f01a93d2d269dabe013a0150767027049b1e41 +PKG_SOURCE_VERSION:=79cbd19e7437680561b26109bbf4f48cb2e8e0a7 +PKG_MIRROR_HASH:=6b06a114c5a1b397b0ae616d5d292859611b0eb05b647182b3c00421909338b8 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |